--- trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs 2012/05/28 09:26:22 176 +++ trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs 2012/05/28 09:37:16 177 @@ -71,7 +71,7 @@ proc_list.Add(container); } catch (FileNotFoundException) { } - catch (Exception ex) + catch (Exception) { //throw; #if !DISALLOW_VERBOSE_LOGGING @@ -90,7 +90,7 @@ } //continue; } - catch (Exception ex) + catch (Exception) { #if !DISALLOW_VERBOSE_LOGGING logger.VerboseError.WriteLine(" not adding process {0} because it thew an exception [{1}]", proc_name, ex.ToString());