diff options
| author | Martin Ridgers <[email protected]> | 2021-11-25 14:36:47 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-25 14:37:40 +0100 |
| commit | 971bd0fc0362636b22cce37b8168e0bed21de659 (patch) | |
| tree | df2d9f889f597e8edf5af71828a82d8aeaa0b219 /zencore/thread.cpp | |
| parent | We no longer need to tag events with the process id (diff) | |
| download | zen-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.cpp | 2 |
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 } |