aboutsummaryrefslogtreecommitdiff
path: root/zencore/thread.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-25 14:36:47 +0100
committerMartin Ridgers <[email protected]>2021-11-25 14:37:40 +0100
commit971bd0fc0362636b22cce37b8168e0bed21de659 (patch)
treedf2d9f889f597e8edf5af71828a82d8aeaa0b219 /zencore/thread.cpp
parentWe no longer need to tag events with the process id (diff)
downloadzen-971bd0fc0362636b22cce37b8168e0bed21de659.tar.xz
zen-971bd0fc0362636b22cce37b8168e0bed21de659.zip
Deleted an unnecessary call to check if a messsge is populated
Diffstat (limited to 'zencore/thread.cpp')
-rw-r--r--zencore/thread.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp
index 3643792e7..78238a3d5 100644
--- a/zencore/thread.cpp
+++ b/zencore/thread.cpp
@@ -335,8 +335,6 @@ void NamedEvent::Set()
{
ThrowLastError("Unable to send set message to queue");
}
-
- IsThereAMessageInQueue(Inner);
#endif
}