# HG changeset patch # User IBBoard # Date 1231074775 0 # Node ID 895c8a2378a19c02252b5f9f4ab2a30fbbe11ab0 # Parent 150a5669cd7b4656fbd58f5797fbc859d279f666 Code cleanup - remove warning about unused exception no-open-ticket diff -r 150a5669cd7b -r 895c8a2378a1 api/Factories/AbstractNativeWarFoundryFactory.cs --- a/api/Factories/AbstractNativeWarFoundryFactory.cs Sun Jan 04 12:13:59 2009 +0000 +++ b/api/Factories/AbstractNativeWarFoundryFactory.cs Sun Jan 04 13:12:55 2009 +0000 @@ -58,7 +58,7 @@ { zip = new ZipFile(file.FullName); } - catch(ZipException ex) + catch(ZipException) { //Silently dispose - we don't support the file and our other methods should handle that }