From 629e6cbefb8ec2f3fa158879b9720433aaf3e8fd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 22 Apr 2017 22:16:06 +0200 Subject: remove unused semaphore --- libs/ardour/graph.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/graph.cc') diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc index f69df9beec..8f021a5695 100644 --- a/libs/ardour/graph.cc +++ b/libs/ardour/graph.cc @@ -57,7 +57,6 @@ Graph::Graph (Session & session) , _execution_sem ("graph_execution", 0) , _callback_start_sem ("graph_start", 0) , _callback_done_sem ("graph_done", 0) - , _cleanup_sem ("graph_cleanup", 0) { pthread_mutex_init( &_trigger_mutex, NULL); -- cgit v1.2.3