aboutsummaryrefslogtreecommitdiff
path: root/zencore/thread.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-25 14:33:07 +0100
committerMartin Ridgers <[email protected]>2021-11-25 14:37:40 +0100
commitb09be1fc95da51726803b6860d6246eaff4b57fa (patch)
tree83ad1e8293608f055a6a9c2b66ff23fa85484ebe /zencore/thread.cpp
parentChanged linkage of a helper method (diff)
downloadzen-b09be1fc95da51726803b6860d6246eaff4b57fa.tar.xz
zen-b09be1fc95da51726803b6860d6246eaff4b57fa.zip
We no longer need to tag events with the process id
Diffstat (limited to 'zencore/thread.cpp')
-rw-r--r--zencore/thread.cpp4
1 files changed, 1 insertions, 3 deletions
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