More cleanup

This commit is contained in:
2025-08-22 13:52:32 -04:00
parent 815e6c065a
commit ce7e596836
3 changed files with 3 additions and 6 deletions

View File

@@ -5,8 +5,6 @@
#include <errno.h>
#include <limits.h>
// TODO fix up this whole thing
Connection::Connection(struct sockaddr_storage addr, int fd, int64_t id,
size_t epoll_index, ConnectionHandler *handler,
Server &server)