Remove unused mutex from VST3 chainloader

This commit is contained in:
Robbert van der Helm
2022-08-22 19:56:49 +02:00
parent 305eaf88f7
commit ac0495bea2
-1
View File
@@ -65,7 +65,6 @@ std::unique_ptr<Vst3PluginBridge, decltype(yabridge_module_free)> bridge(
* `ModuleExit()` call causes this to return back to 0. * `ModuleExit()` call causes this to return back to 0.
*/ */
std::atomic_size_t active_instances = 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, * The first time one of the exported functions from this library gets called,