From 3ed225323d3cdeb30fd8c6d82fe69742e72971cd Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Wed, 11 Mar 2020 11:35:53 +0100 Subject: [PATCH] unused variable --- clients/jack_client.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/jack_client.cpp b/clients/jack_client.cpp index f8ad63f8..599e0db3 100644 --- a/clients/jack_client.cpp +++ b/clients/jack_client.cpp @@ -71,8 +71,6 @@ constexpr int buildAndCenterPitch(uint8_t firstByte, uint8_t secondByte) } } -static std::atomic keepRunning { true }; - int process(jack_nframes_t numFrames, void* arg) { auto synth = reinterpret_cast(arg);