From b09be1fc95da51726803b6860d6246eaff4b57fa Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 25 Nov 2021 14:33:07 +0100 Subject: We no longer need to tag events with the process id --- zencore/thread.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'zencore/thread.cpp') diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 20bcc0731..3643792e7 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -1082,9 +1082,7 @@ TEST_CASE("BuildArgV") TEST_CASE("ipc") { - using namespace fmt::literals; - - std::string Name = "zencore_test_event_{}"_format(GetCurrentProcessId()); + std::string Name = "zencore_test_event"; NamedEvent TestEvent(Name); // Timeout test -- cgit v1.2.3