diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-13 14:04:17 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-13 14:04:17 +0000 |
commit | a4497c949f628c76f03d23f41ad8a50897f51bae (patch) | |
tree | 6ada6e1d9fe53208c175a97d7628293605a1f128 /cpp/src | |
parent | bug 540 (diff) | |
download | ice-a4497c949f628c76f03d23f41ad8a50897f51bae.tar.bz2 ice-a4497c949f628c76f03d23f41ad8a50897f51bae.tar.xz ice-a4497c949f628c76f03d23f41ad8a50897f51bae.zip |
Removed setting of Warn Leaks
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/RegistryI.cpp b/cpp/src/IceGrid/RegistryI.cpp index 6c2e55efe18..e5b20cef9c4 100644 --- a/cpp/src/IceGrid/RegistryI.cpp +++ b/cpp/src/IceGrid/RegistryI.cpp @@ -128,7 +128,6 @@ RegistryI::start(bool nowarn) } properties->setProperty("Ice.PrintProcessId", "0"); - properties->setProperty("Ice.Warn.Leaks", "0"); properties->setProperty("Ice.ServerIdleTime", "0"); properties->setProperty("IceGrid.Registry.Client.AdapterId", ""); properties->setProperty("IceGrid.Registry.Server.AdapterId", ""); |