diff options
author | Jose <jose@zeroc.com> | 2021-06-08 20:25:50 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-06-08 20:25:50 +0200 |
commit | 673fec2cb90023b4e2cd983870835afdd3684bee (patch) | |
tree | 8bd2e12770e5e70c745473230fdc45c01ade8b7f /cpp | |
parent | Enable stack traces (diff) | |
download | ice-673fec2cb90023b4e2cd983870835afdd3684bee.tar.bz2 ice-673fec2cb90023b4e2cd983870835afdd3684bee.tar.xz ice-673fec2cb90023b4e2cd983870835afdd3684bee.zip |
Fix unreachable code compilation error
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/Client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp index f1344dcf926..9246d67d5af 100644 --- a/cpp/test/IceUtil/stacktrace/Client.cpp +++ b/cpp/test/IceUtil/stacktrace/Client.cpp @@ -99,7 +99,6 @@ Client::run(int, char*[]) try { thrower->first(); - test(false); } catch(const IceUtil::Exception& ex) { |