summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PluginManagerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/PluginManagerI.cpp')
-rw-r--r--cpp/src/Ice/PluginManagerI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/PluginManagerI.cpp b/cpp/src/Ice/PluginManagerI.cpp
index e43a8441cc2..33901a78cb7 100644
--- a/cpp/src/Ice/PluginManagerI.cpp
+++ b/cpp/src/Ice/PluginManagerI.cpp
@@ -52,10 +52,6 @@ Ice::PluginManagerI::registerPluginFactory(const std::string& name, PLUGIN_FACTO
{
factories = new map<string, PLUGIN_FACTORY>();
}
- if(loadOnInitialization == 0)
- {
- loadOnInitialization = new vector<string>();
- }
map<string, PLUGIN_FACTORY>::const_iterator p = factories->find(name);
if(p == factories->end())