summaryrefslogtreecommitdiff
path: root/libs/ardour/graph.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-22 22:16:06 +0200
committerRobin Gareus <robin@gareus.org>2017-04-22 23:06:22 +0200
commit629e6cbefb8ec2f3fa158879b9720433aaf3e8fd (patch)
treeb4722341adf14e6059dd6ad9eab9a2a90b20b4f4 /libs/ardour/graph.cc
parent8e038da828c97021cbb04764ca02708bd73a6b5c (diff)
remove unused semaphore
Diffstat (limited to 'libs/ardour/graph.cc')
-rw-r--r--libs/ardour/graph.cc1
1 files changed, 0 insertions, 1 deletions
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);