From 971bd0fc0362636b22cce37b8168e0bed21de659 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 25 Nov 2021 14:36:47 +0100 Subject: Deleted an unnecessary call to check if a messsge is populated --- zencore/thread.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'zencore/thread.cpp') 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 } -- cgit v1.2.3