From 8f5182ab9ce982e15d4f283166d2668b4a266dc4 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 9 Nov 2021 17:15:39 +0100 Subject: Windows unreachable code compile fix --- 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 a90d31a6c..e422d7ce3 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -457,8 +457,6 @@ ProcessHandle::Wait(int TimeoutMs) // What might go wrong here, and what is meaningful to act on? ThrowLastError("Process::Wait failed"sv); - - return false; } ////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3