From 87520ae81979f34fb2c8f966e77064f95ecc9440 Mon Sep 17 00:00:00 2001 From: 3lswear Date: Fri, 4 Feb 2022 18:17:19 +0300 Subject: [PATCH] style: rm comments --- src/Server/Server.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Server/Server.cpp b/src/Server/Server.cpp index 7f69826..54e1acf 100644 --- a/src/Server/Server.cpp +++ b/src/Server/Server.cpp @@ -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()) {