diff --git a/src/chainloader/vst3-chainloader.cpp b/src/chainloader/vst3-chainloader.cpp index 103084c5..7a400d97 100644 --- a/src/chainloader/vst3-chainloader.cpp +++ b/src/chainloader/vst3-chainloader.cpp @@ -65,7 +65,6 @@ std::unique_ptr bridge( * `ModuleExit()` call causes this to return back to 0. */ std::atomic_size_t active_instances = 0; -std::mutex bridge_mutex; /** * The first time one of the exported functions from this library gets called,