Don't redefine semaphore

This commit is contained in:
Simon Quigley 2024-12-20 13:12:35 -06:00
parent 998d0492e2
commit 19620ff4d1

View File

@ -27,7 +27,6 @@
#include <regex>
namespace fs = std::filesystem;
std::counting_semaphore<5> semaphore(5);
static void log_info(const std::string &msg) {
std::cout << "[INFO] " << msg << "\n";