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