X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Diagnostics%2FDiagnosticsConfigurationHandler.cs;h=c4e9647def241186144de1a8a3cb51c6a0006c9a;hb=78dc7ab616ff9c86f63ba9eb79bccba9bad6d754;hp=37125a66acfc911c93942ba7d754739597882f6e;hpb=5bc39e4713ae8656b8039516d71fb2ab66d258af;p=mono.git diff --git a/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs b/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs index 37125a66acf..c4e9647def2 100644 --- a/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs +++ b/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs @@ -274,7 +274,7 @@ namespace System.Diagnostics try { TraceImpl.Listeners.Remove (name); } - catch (ArgumentException e) { + catch (ArgumentException) { // The specified listener wasn't in the collection // Ignore this; .NET does. }