diff --git a/cpp/common.cpp b/cpp/common.cpp index 0a24ac7..4cd6fc0 100644 --- a/cpp/common.cpp +++ b/cpp/common.cpp @@ -27,7 +27,6 @@ #include namespace fs = std::filesystem; -std::counting_semaphore<5> semaphore(5); static void log_info(const std::string &msg) { std::cout << "[INFO] " << msg << "\n";