diff options
Diffstat (limited to 'cpp/test/Ice/interceptor/MyObjectI.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/MyObjectI.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/test/Ice/interceptor/MyObjectI.cpp b/cpp/test/Ice/interceptor/MyObjectI.cpp index 10d83a0efb3..f814820d713 100644 --- a/cpp/test/Ice/interceptor/MyObjectI.cpp +++ b/cpp/test/Ice/interceptor/MyObjectI.cpp @@ -11,18 +11,10 @@ #include <MyObjectI.h> #include <TestCommon.h> #include <IceUtil/IceUtil.h> -#include <iostream> using namespace IceUtil; using namespace std; -void -Test::RetryException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nretry dispatch"; -} - int MyObjectI::add(int x, int y, const Ice::Current&) { |