ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Core/ProcContainer.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Core/ProcContainer.cs (file contents):
Revision 104 by william, Thu May 10 09:53:16 2012 UTC vs.
Revision 105 by william, Thu May 10 10:53:07 2012 UTC

--- 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;
             }