BASE: Remove unneeded code in PluginManagerUncached.
Thanks to Yotam for confirming that this isn't needed anymore.
This commit is contained in:
parent
9cf2fae53a
commit
1adc7f0bdd
1 changed files with 0 additions and 2 deletions
|
@ -355,8 +355,6 @@ void PluginManagerUncached::init() {
|
|||
unloadAllPlugins();
|
||||
_allEnginePlugins.clear();
|
||||
|
||||
// Resize our pluginsInMem list to prevent fragmentation
|
||||
_pluginsInMem[PLUGIN_TYPE_ENGINE].resize(2);
|
||||
unloadPluginsExcept(PLUGIN_TYPE_ENGINE, NULL, false); // empty the engine plugins
|
||||
|
||||
for (ProviderList::iterator pp = _providers.begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue