aboutsummaryrefslogtreecommitdiff
path: root/zencore/thread.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-09 17:15:39 +0100
committerMartin Ridgers <[email protected]>2021-11-09 17:15:39 +0100
commit8f5182ab9ce982e15d4f283166d2668b4a266dc4 (patch)
tree4ca2d3f8ffa65f0e794fd21c1b6b868e6dd83563 /zencore/thread.cpp
parentImplemented ProcessHandle::Wait() for Linux (diff)
downloadzen-8f5182ab9ce982e15d4f283166d2668b4a266dc4.tar.xz
zen-8f5182ab9ce982e15d4f283166d2668b4a266dc4.zip
Windows unreachable code compile fix
Diffstat (limited to 'zencore/thread.cpp')
-rw-r--r--zencore/thread.cpp2
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;
}
//////////////////////////////////////////////////////////////////////////