diff options
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 } |