diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp index bea372fb4b5..8042ee0d22c 100644 --- a/cpp/test/Ice/exceptions/TestI.cpp +++ b/cpp/test/Ice/exceptions/TestI.cpp @@ -32,12 +32,6 @@ ThrowerI::supportsUndeclaredExceptions(const Ice::Current&) return true; } -bool -ThrowerI::supportsNonIceExceptions(const Ice::Current&) -{ - return true; -} - void ThrowerI::throwAasA(Ice::Int a, const Ice::Current&) { |