From ac0495bea2d26a262748f7947ef229d4452841a5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 22 Aug 2022 19:56:49 +0200 Subject: [PATCH] Remove unused mutex from VST3 chainloader --- src/chainloader/vst3-chainloader.cpp | 1 - 1 file changed, 1 deletion(-) 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,