diff options
author | Brent Eagles <brent@zeroc.com> | 2005-09-03 01:34:32 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-09-03 01:34:32 +0000 |
commit | 8b9032857457f3493d0c9e5611500ba29e332d1c (patch) | |
tree | 70bfe603a2e5fd88776cb77b1788aa5e62909cf6 /cpp/src/Ice/CommunicatorI.cpp | |
parent | fixup (diff) | |
download | ice-8b9032857457f3493d0c9e5611500ba29e332d1c.tar.bz2 ice-8b9032857457f3493d0c9e5611500ba29e332d1c.tar.xz ice-8b9032857457f3493d0c9e5611500ba29e332d1c.zip |
removing obvious comment
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index b5de2d989d6..de757ed2cde 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -207,11 +207,6 @@ Ice::CommunicatorI::createObjectAdapter(const string& name) ObjectAdapterPtr Ice::CommunicatorI::createObjectAdapterWithEndpoints(const string& name, const string& endpoints) { - // - // The createObjectAdapter() call may throw, so we keep track of - // endpoint properties that already exist so we can revert the - // properties to their original value. - // const string propertyKey = name + ".Endpoints"; const string originalValue = getProperties()->getProperty(propertyKey); try |