summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2021-06-08 20:25:50 +0200
committerJose <jose@zeroc.com>2021-06-08 20:25:50 +0200
commit673fec2cb90023b4e2cd983870835afdd3684bee (patch)
tree8bd2e12770e5e70c745473230fdc45c01ade8b7f /cpp/test
parentEnable stack traces (diff)
downloadice-673fec2cb90023b4e2cd983870835afdd3684bee.tar.bz2
ice-673fec2cb90023b4e2cd983870835afdd3684bee.tar.xz
ice-673fec2cb90023b4e2cd983870835afdd3684bee.zip
Fix unreachable code compilation error
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/IceUtil/stacktrace/Client.cpp1
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)
{