diff options
Diffstat (limited to 'cpp/src/IceGrid/IceGridRegistry.cpp')
-rw-r--r-- | cpp/src/IceGrid/IceGridRegistry.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/IceGrid/IceGridRegistry.cpp b/cpp/src/IceGrid/IceGridRegistry.cpp index 92a0cdc6c75..4fb7366383b 100644 --- a/cpp/src/IceGrid/IceGridRegistry.cpp +++ b/cpp/src/IceGrid/IceGridRegistry.cpp @@ -170,14 +170,6 @@ RegistryService::initializeCommunicator(int& argc, char* argv[], initData.properties->setProperty("Ice.Default.CollocationOptimized", "0"); // - // Default backend database plugin is Freeze if none is specified. - // - if(initData.properties->getProperty("Ice.Plugin.DB").empty()) - { - initData.properties->setProperty("Ice.Plugin.DB", "IceGridFreezeDB:createFreezeDB"); - } - - // // Setup the client thread pool size. // setupThreadPool(initData.properties, "Ice.ThreadPool.Client", 1, 100); |