aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_notify.c')
-rw-r--r--src/main_notify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main_notify.c b/src/main_notify.c
index 4e5b786a2..96fb374b5 100644
--- a/src/main_notify.c
+++ b/src/main_notify.c
@@ -115,8 +115,6 @@ void wait_main_task(void)
{
assert(pthread_equal(main_task, pthread_self()));
- notify_enter(&main_notify);
notify_wait(&main_notify);
- notify_leave(&main_notify);
}