diff options
Diffstat (limited to 'csharp/src/Ice/EndpointHostResolver.cs')
-rw-r--r-- | csharp/src/Ice/EndpointHostResolver.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/src/Ice/EndpointHostResolver.cs b/csharp/src/Ice/EndpointHostResolver.cs index c925763dfeb..886b5cc484c 100644 --- a/csharp/src/Ice/EndpointHostResolver.cs +++ b/csharp/src/Ice/EndpointHostResolver.cs @@ -7,10 +7,8 @@ // // ********************************************************************** -#if !SILVERLIGHT namespace IceInternal { - using System; using System.Collections.Generic; using System.Diagnostics; using System.Net; @@ -289,4 +287,3 @@ namespace IceInternal private HelperThread _thread; } } -#endif |