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/ardour/graph.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour') 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; -- cgit v1.2.3