summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graph.h
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/ardour/graph.h
parent8e038da828c97021cbb04764ca02708bd73a6b5c (diff)
remove unused semaphore
Diffstat (limited to 'libs/ardour/ardour/graph.h')
-rw-r--r--libs/ardour/ardour/graph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/graph.h b/libs/ardour/ardour/graph.h
index 46c9f5e26e..9dfc89398d 100644
--- a/libs/ardour/ardour/graph.h
+++ b/libs/ardour/ardour/graph.h
@@ -105,7 +105,6 @@ private:
/** Signalled to start a run of the graph for a process callback */
PBD::Semaphore _callback_start_sem;
PBD::Semaphore _callback_done_sem;
- PBD::Semaphore _cleanup_sem;
/** The number of processing threads that are asleep */
volatile gint _execution_tokens;