aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
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!!!");