diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-13 17:21:51 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-13 17:21:51 +0000 |
commit | aa8adac524c4206bb86bd7e9dbe744d57963ef3f (patch) | |
tree | a618c5d0c336bd16b5edf3fdeadc075588ffb0c4 /cpp/test/Ice/exceptions/TestI.cpp | |
parent | Modifications required for cleaning up thread-specific error queues. (diff) | |
download | ice-aa8adac524c4206bb86bd7e9dbe744d57963ef3f.tar.bz2 ice-aa8adac524c4206bb86bd7e9dbe744d57963ef3f.tar.xz ice-aa8adac524c4206bb86bd7e9dbe744d57963ef3f.zip |
fixed problem with collocated local exceptions
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp index dcf19460b71..a57652a4292 100644 --- a/cpp/test/Ice/exceptions/TestI.cpp +++ b/cpp/test/Ice/exceptions/TestI.cpp @@ -120,7 +120,6 @@ ThrowerI::throwUndeclaredC(Ice::Int a, Ice::Int b, Ice::Int c, const Ice::Curren void ThrowerI::throwLocalException(const Ice::Current&) { - // Any local exception is fine... throw Ice::TimeoutException(__FILE__, __LINE__); } |