diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-07 22:17:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-07 22:17:44 +0000 |
commit | bec87e9b6a7edcbbfce5fadb520c41816143a8be (patch) | |
tree | d428b8bf9306090d456b198c87d34e0dd048a5cb /cpp/test/Ice/exceptions/TestI.cpp | |
parent | AMD exception cleanup (diff) | |
download | ice-bec87e9b6a7edcbbfce5fadb520c41816143a8be.tar.bz2 ice-bec87e9b6a7edcbbfce5fadb520c41816143a8be.tar.xz ice-bec87e9b6a7edcbbfce5fadb520c41816143a8be.zip |
more AMD exception fixes
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&) { |