diff options
Diffstat (limited to 'cpp/test/Glacier2/ssl/Server.cpp')
-rw-r--r-- | cpp/test/Glacier2/ssl/Server.cpp | 7 |
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) { |