summaryrefslogtreecommitdiff
path: root/csharp/test/IceSSL/configuration/TestI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceSSL/configuration/TestI.cs')
-rw-r--r--csharp/test/IceSSL/configuration/TestI.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/test/IceSSL/configuration/TestI.cs b/csharp/test/IceSSL/configuration/TestI.cs
index 4b86136b6c6..b144dc0af9d 100644
--- a/csharp/test/IceSSL/configuration/TestI.cs
+++ b/csharp/test/IceSSL/configuration/TestI.cs
@@ -98,7 +98,6 @@ internal sealed class ServerFactoryI : ServerFactoryDisp_
{
initData.properties.setProperty(key, props[key]);
}
-
string[] args = new string[0];
Ice.Communicator communicator = Ice.Util.initialize(ref args, initData);
Ice.ObjectAdapter adapter = communicator.createObjectAdapterWithEndpoints("ServerAdapter", "ssl");
@@ -106,7 +105,6 @@ internal sealed class ServerFactoryI : ServerFactoryDisp_
Ice.ObjectPrx obj = adapter.addWithUUID(server);
servers_[obj.ice_getIdentity()] = server;
adapter.activate();
-
return ServerPrxHelper.uncheckedCast(obj);
}