diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-10-02 17:55:17 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-10-02 17:55:17 -0400 |
commit | b06a5f847ca9f421e2ed17976d53b001eae7b324 (patch) | |
tree | 019389a1faff19e0fc3fb107707f08d2409f3915 /cpp/src/Ice/Instance.cpp | |
parent | Squashed commit of the following: (diff) | |
download | ice-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.cpp | 3 |
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()); |