diff options
| author | thebirk <pingnor@gmail.com> | 2019-08-29 20:35:12 +0200 |
|---|---|---|
| committer | thebirk <pingnor@gmail.com> | 2019-08-29 20:35:12 +0200 |
| commit | f921a91fc8a1e2674279e79c7357adfb0016b360 (patch) | |
| tree | 1ad62295eb1e7877cc74ed44b973f5eab59bd3ac /src/parser.cpp | |
| parent | 4dade346033bc3d19879bee1823abf3d9e230281 (diff) | |
Properly removed the semaphore.
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 1 |
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!!!"); |