diff --git a/core/systems/PluginSys.cpp b/core/systems/PluginSys.cpp index ddb5eb73..e380377a 100644 --- a/core/systems/PluginSys.cpp +++ b/core/systems/PluginSys.cpp @@ -555,7 +555,6 @@ void CPlugin::DependencyDropped(CPlugin *pOwner) return; } - IPluginContext *pContext = pOwner->GetBaseContext(); List::iterator iter; FakeNative *pNative; sp_native_t *native;