summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/TcpConnector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/TcpConnector.cs')
-rw-r--r--csharp/src/Ice/TcpConnector.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/src/Ice/TcpConnector.cs b/csharp/src/Ice/TcpConnector.cs
index 287b0d97671..a4ca495c2a2 100644
--- a/csharp/src/Ice/TcpConnector.cs
+++ b/csharp/src/Ice/TcpConnector.cs
@@ -9,10 +9,7 @@
namespace IceInternal
{
- using System;
- using System.Diagnostics;
using System.Net;
- using System.Net.Sockets;
sealed class TcpConnector : Connector
{