summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c
index 5a7888379b..bc52d1b134 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -1115,7 +1115,6 @@ thread_cancel (struct thread *thread)
listnode_add (thread->master->cancel_req, cr);
do_thread_cancel (thread->master);
}
-done:
pthread_mutex_unlock (&thread->master->mtx);
}