mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
style: rm comments
This commit is contained in:
@@ -189,13 +189,7 @@ void Server::start(void)
|
||||
throw std::logic_error("epoll_ret");
|
||||
for (int i = 0; i < ready_num; i++)
|
||||
{
|
||||
/* if (_events[i].events == 0) */
|
||||
/* continue; */
|
||||
fd = _events[i].data.fd;
|
||||
/* if (_events[i].data.fd == 0) */
|
||||
/* { */
|
||||
/* continue; */
|
||||
/* } */
|
||||
|
||||
if (fd == server_sock.getSocketFd())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user