BASE: Remove unneeded code in PluginManagerUncached.

Thanks to Yotam for confirming that this isn't needed anymore.
This commit is contained in:
Johannes Schickel 2012-02-10 01:45:16 +01:00
parent 9cf2fae53a
commit 1adc7f0bdd

View file

@ -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();