mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
style: some clean-ups
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user