diff options
| author | Martin Ridgers <[email protected]> | 2021-11-09 17:15:39 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-09 17:15:39 +0100 |
| commit | 8f5182ab9ce982e15d4f283166d2668b4a266dc4 (patch) | |
| tree | 4ca2d3f8ffa65f0e794fd21c1b6b868e6dd83563 /zencore/thread.cpp | |
| parent | Implemented ProcessHandle::Wait() for Linux (diff) | |
| download | zen-8f5182ab9ce982e15d4f283166d2668b4a266dc4.tar.xz zen-8f5182ab9ce982e15d4f283166d2668b4a266dc4.zip | |
Windows unreachable code compile fix
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; } ////////////////////////////////////////////////////////////////////////// |