Remove dead code

This commit is contained in:
2026-07-17 15:11:02 -04:00
parent a053b92911
commit 36a50dfdde
-1
View File
@@ -138,7 +138,6 @@ private:
// Private helper methods // Private helper methods
void setup_shutdown_pipe(); void setup_shutdown_pipe();
void setup_signal_handling();
void create_epoll_instances(); void create_epoll_instances();
void start_io_threads(std::vector<std::thread> &threads); void start_io_threads(std::vector<std::thread> &threads);