diff options
Diffstat (limited to 'csharp/test/Ice/retry/Client.cs')
-rw-r--r-- | csharp/test/Ice/retry/Client.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/retry/Client.cs b/csharp/test/Ice/retry/Client.cs index a3420fb4f64..db792e0c336 100644 --- a/csharp/test/Ice/retry/Client.cs +++ b/csharp/test/Ice/retry/Client.cs @@ -8,7 +8,6 @@ // ********************************************************************** using System; -using System.Diagnostics; using System.Reflection; [assembly: CLSCompliant(true)] @@ -60,7 +59,7 @@ public class Client status = run(args, communicator, communicator2); } - catch(System.Exception ex) + catch(Exception ex) { Console.Error.WriteLine(ex); status = 1; |