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 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; } ////////////////////////////////////////////////////////////////////////// |