diff options
Diffstat (limited to 'csharp/src/IceSSL/EndpointI.cs')
-rw-r--r-- | csharp/src/IceSSL/EndpointI.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/csharp/src/IceSSL/EndpointI.cs b/csharp/src/IceSSL/EndpointI.cs index 438ece37433..067d3a0860a 100644 --- a/csharp/src/IceSSL/EndpointI.cs +++ b/csharp/src/IceSSL/EndpointI.cs @@ -9,11 +9,7 @@ namespace IceSSL { - using System; - using System.Diagnostics; using System.Collections.Generic; - using System.Net; - using System.Globalization; sealed class EndpointI : IceInternal.EndpointI { @@ -28,7 +24,7 @@ namespace IceSSL _delegate.streamWriteImpl(os); } - private sealed class InfoI : IceSSL.EndpointInfo + private sealed class InfoI : EndpointInfo { public InfoI(EndpointI e) { |