diff options
Diffstat (limited to 'cpp/test/Ice/proxy/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/AllTests.cpp b/cpp/test/Ice/proxy/AllTests.cpp index 7f2752a8196..545dc04037d 100644 --- a/cpp/test/Ice/proxy/AllTests.cpp +++ b/cpp/test/Ice/proxy/AllTests.cpp @@ -984,7 +984,7 @@ allTests(const Ice::CommunicatorPtr& communicator) bool ssl; try { - Ice::ObjectPrx prx = communicator->stringToProxy("dummy:ssl"); + communicator->stringToProxy("dummy:ssl"); ssl = true; } catch(const Ice::EndpointParseException&) |