diff options
Diffstat (limited to 'src/threading/event.cpp')
-rw-r--r-- | src/threading/event.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/threading/event.cpp b/src/threading/event.cpp index 885e732c8..fd345fb8b 100644 --- a/src/threading/event.cpp +++ b/src/threading/event.cpp @@ -35,7 +35,6 @@ void Event::wait() notified = false; } - void Event::signal() { MutexAutoLock lock(mutex); |