--- trunk/RomCheater.PluginFramework/Core/ProcContainer.cs 2012/05/10 10:10:55 104 +++ trunk/RomCheater.PluginFramework/Core/ProcContainer.cs 2012/05/10 10:53:07 105 @@ -23,7 +23,7 @@ namespace RomCheater.PluginFramework.Cor fname = ProcessModeleInfoEx.GetMainModulePath(process); fi = new FileInfo(fname); } - catch (Exception ex) + catch (Exception) { throw; } |