summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/IceGridNode.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-04-18 18:31:48 +0200
committerJose <jose@zeroc.com>2014-04-18 18:31:48 +0200
commite7333297345efda9379045495d17aadb571ddd50 (patch)
tree5bfa86a78d29665e1ef50a9575b76114be1145e1 /cpp/src/IceGrid/IceGridNode.cpp
parentFixed replicaGroup test issue (diff)
downloadice-e7333297345efda9379045495d17aadb571ddd50.tar.bz2
ice-e7333297345efda9379045495d17aadb571ddd50.tar.xz
ice-e7333297345efda9379045495d17aadb571ddd50.zip
Fixed (ICE-4858) - Eliminate IceDB
Diffstat (limited to 'cpp/src/IceGrid/IceGridNode.cpp')
-rw-r--r--cpp/src/IceGrid/IceGridNode.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp
index e5debaae06b..bc7683bb6af 100644
--- a/cpp/src/IceGrid/IceGridNode.cpp
+++ b/cpp/src/IceGrid/IceGridNode.cpp
@@ -807,15 +807,6 @@ NodeService::initializeCommunicator(int& argc, char* argv[],
initData.properties->setProperty("Ice.Admin.DelayCreation", "1");
//
- // Default backend database plugin is Freeze if none is specified.
- //
- if(initData.properties->getPropertyAsInt("IceGrid.Node.CollocateRegistry") > 0 &&
- 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);