summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/TestAMDI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/TestAMDI.cpp')
-rw-r--r--cpp/test/Ice/operations/TestAMDI.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/Ice/operations/TestAMDI.cpp b/cpp/test/Ice/operations/TestAMDI.cpp
index 21b49be2600..c0ecb21857b 100644
--- a/cpp/test/Ice/operations/TestAMDI.cpp
+++ b/cpp/test/Ice/operations/TestAMDI.cpp
@@ -136,7 +136,6 @@ MyDerivedClassI::opBoolAsync(bool p1,
response(p2, p1);
}
-
void
MyDerivedClassI::opShortIntLongAsync(short p1,
int p2,
@@ -148,7 +147,6 @@ MyDerivedClassI::opShortIntLongAsync(short p1,
response(p3, p1, p2, p3);
}
-
void
MyDerivedClassI::opFloatDoubleAsync(float p1,
double p2,
@@ -169,7 +167,6 @@ MyDerivedClassI::opStringAsync(string p1,
response(p1 + " " + p2, p2 + " " + p1);
}
-
void
MyDerivedClassI::opMyEnumAsync(Test::MyEnum p1,
function<void(Test::MyEnum, Test::MyEnum)> response,