aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorthebirk <pingnor@gmail.com>2019-08-29 20:35:12 +0200
committerthebirk <pingnor@gmail.com>2019-08-29 20:35:12 +0200
commitf921a91fc8a1e2674279e79c7357adfb0016b360 (patch)
tree1ad62295eb1e7877cc74ed44b973f5eab59bd3ac /src/parser.cpp
parent4dade346033bc3d19879bee1823abf3d9e230281 (diff)
Properly removed the semaphore.
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index f08688b5f..31d21b737 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -4716,7 +4716,6 @@ GB_THREAD_PROC(parse_worker_file_proc) {
data->error_available = true;
data->is_working = false;
gb_mutex_unlock(&data->lock);
- gb_semaphore_release(&p->worker_finished_semaphore);
}
//GB_PANIC("A worker thread should not be able to reach the end!!!");