diff options
Diffstat (limited to 'csharp/test/Ice/echo/Server.cs')
-rw-r--r-- | csharp/test/Ice/echo/Server.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/echo/Server.cs b/csharp/test/Ice/echo/Server.cs index b71b58bedd4..3d717db85b9 100644 --- a/csharp/test/Ice/echo/Server.cs +++ b/csharp/test/Ice/echo/Server.cs @@ -8,7 +8,6 @@ // ********************************************************************** using System; -using System.Diagnostics; using System.Reflection; [assembly: CLSCompliant(true)] @@ -69,7 +68,7 @@ public class Server communicator = Ice.Util.initialize(ref args, initData); status = run(args, communicator); } - catch(System.Exception ex) + catch(Exception ex) { Console.Error.WriteLine(ex); status = 1; |