summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/ssl/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Glacier2/ssl/Server.cpp')
-rw-r--r--cpp/test/Glacier2/ssl/Server.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/test/Glacier2/ssl/Server.cpp b/cpp/test/Glacier2/ssl/Server.cpp
index 00c1b317161..e5315e5dd0e 100644
--- a/cpp/test/Glacier2/ssl/Server.cpp
+++ b/cpp/test/Glacier2/ssl/Server.cpp
@@ -84,13 +84,6 @@ public:
{
testContext(_ssl, current.ctx);
- if(_ssl && _shutdown)
- {
- // DEPRECATED
- Ice::Context::const_iterator p = current.ctx.find("SSL.Active");
- test(p != current.ctx.end() && p->second == "1");
- }
-
current.adapter->remove(current.id);
if(_shutdown)
{