changeset 7:895c8a2378a1

Code cleanup - remove warning about unused exception no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jan 2009 13:12:55 +0000
parents 150a5669cd7b
children 613bc5eaac59
files api/Factories/AbstractNativeWarFoundryFactory.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 			}