summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Twoways.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/Twoways.cpp')
-rw-r--r--cpp/test/Ice/operations/Twoways.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/operations/Twoways.cpp b/cpp/test/Ice/operations/Twoways.cpp
index 6e8d963f798..f9e7ba152ca 100644
--- a/cpp/test/Ice/operations/Twoways.cpp
+++ b/cpp/test/Ice/operations/Twoways.cpp
@@ -233,11 +233,7 @@ twoways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrxPtr& p)
}
{
-#ifdef ICE_CPP11_MAPPING
- test(Test::MyClassPrx::ice_staticId() == Test::MyClassDisp::ice_staticId());
-#else
test(Test::MyClassPrx::ice_staticId() == Test::MyClass::ice_staticId());
-#endif
test(Ice::ObjectPrx::ice_staticId() == Ice::Object::ice_staticId());
}