diff options
Diffstat (limited to 'cpp/src/IceGrid/Client.cpp')
-rw-r--r-- | cpp/src/IceGrid/Client.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index cde49587a2b..221f9ecc45a 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -229,12 +229,6 @@ Client::main(StringSeq& args) _appName = args[0]; InitializationData id; id.properties = createProperties(args); - // - // We don't want to load DB plug-ins with icegridadmin, as this will - // cause FileLock issues when run with the same configuration file - // used by the service. - // - id.properties->setProperty("Ice.Plugin.DB", ""); _communicator = initialize(id); { |