diff options
Diffstat (limited to 'cpp/test/Ice/operations/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/operations/TestI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/TestI.cpp b/cpp/test/Ice/operations/TestI.cpp index a5a67fceb83..1d2de97466b 100644 --- a/cpp/test/Ice/operations/TestI.cpp +++ b/cpp/test/Ice/operations/TestI.cpp @@ -14,7 +14,6 @@ #include <functional> #include <iterator> - using namespace Ice; using namespace Test; using namespace std; @@ -840,7 +839,6 @@ MyDerivedClassI::opMStruct1(const Ice::Current& current) return OpMStruct1MarshaledResult(s, current); } - MyDerivedClassI::OpMStruct2MarshaledResult MyDerivedClassI::opMStruct2(ICE_IN(Test::Structure) p1, const Ice::Current& current) { |