diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h index ef10fbea1d6..cd8c2121a89 100644 --- a/cpp/test/Ice/exceptions/TestI.h +++ b/cpp/test/Ice/exceptions/TestI.h @@ -43,11 +43,6 @@ public: virtual void throwAfterResponse(const Ice::Current&); virtual void throwAfterException(const Ice::Current&); - - virtual void throwE(const Ice::Current&); - virtual void throwF(const Ice::Current&); - virtual void throwG(const Ice::Current&); - virtual void throwH(const Ice::Current&); }; #endif |