diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/IceGrid/RegistryI.cpp b/cpp/src/IceGrid/RegistryI.cpp index d30c09e1af0..9fa35da2b2d 100644 --- a/cpp/src/IceGrid/RegistryI.cpp +++ b/cpp/src/IceGrid/RegistryI.cpp @@ -123,8 +123,6 @@ RegistryI::start(bool nowarn) TraceLevelsPtr traceLevels = new TraceLevels(properties, _communicator->getLogger(), false); - _communicator->setDefaultLocator(0); - // // Create the object adapters. // @@ -177,13 +175,6 @@ RegistryI::start(bool nowarn) registryAdapter->activate(); // - // Setup a internal locator to be used by the IceGrid registry itself. This locator is - // registered with the registry object adapter which is using its own threadpool. - // -// obj = registryAdapter->addWithUUID(new LocatorI(_communicator, _database, locatorRegistryPrx)); -// _communicator->setDefaultLocator(LocatorPrx::uncheckedCast(obj->ice_collocationOptimization(false))); - - // // Create the internal IceStorm service and the registry and node topics. // _iceStorm = IceStorm::Service::create(_communicator, |