summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-10-02 17:55:17 -0400
committerBernard Normier <bernard@zeroc.com>2007-10-02 17:55:17 -0400
commitb06a5f847ca9f421e2ed17976d53b001eae7b324 (patch)
tree019389a1faff19e0fc3fb107707f08d2409f3915 /cpp/src/Ice/Instance.cpp
parentSquashed commit of the following: (diff)
downloadice-b06a5f847ca9f421e2ed17976d53b001eae7b324.tar.bz2
ice-b06a5f847ca9f421e2ed17976d53b001eae7b324.tar.xz
ice-b06a5f847ca9f421e2ed17976d53b001eae7b324.zip
Fixed Sun CC build
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 3a76847cd9e..ef5a4b2f167 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -880,9 +880,6 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
StringSeq facetSeq = _initData.properties->getPropertyAsList("Ice.Admin.Facets");
- //
- // TODO: port (ifdef) for old compilers!
- //
if(!facetSeq.empty())
{
_adminFacetFilter.insert(facetSeq.begin(), facetSeq.end());