From 19620ff4d1f61cd25749e8bb4103f9b8dad888e7 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 20 Dec 2024 13:12:35 -0600 Subject: [PATCH] Don't redefine semaphore --- cpp/common.cpp | 1 - 1 file changed, 1 deletion(-) 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";