2003-07-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / System / System.Diagnostics / DiagnosticsConfigurationHandler.cs
index 37125a66acfc911c93942ba7d754739597882f6e..c4e9647def241186144de1a8a3cb51c6a0006c9a 100644 (file)
@@ -274,7 +274,7 @@ namespace System.Diagnostics
                        try {\r
                                TraceImpl.Listeners.Remove (name);\r
                        }\r
-                       catch (ArgumentException e) {\r
+                       catch (ArgumentException) {\r
                                // The specified listener wasn't in the collection\r
                                // Ignore this; .NET does.\r
                        }\r