style: some clean-ups

This commit is contained in:
3lswear
2022-02-05 20:13:02 +03:00
parent 481fd619d4
commit d2637eee79
2 changed files with 13 additions and 17 deletions

View File

@@ -15,7 +15,6 @@ class Server
private:
int _port;
int _epoll_fd;
int _client;
struct epoll_event _events[MAX_CLIENT];
struct sockaddr_in _addres;
std::string _ip;