2004-08-07 Anirban Bhattacharjee <banirban@novell.com>
[mono.git] / mcs / mbas / genericparser.cs
index 074f1428e764cb3add0e494c8f75ff180588e267..817cd33c319fa246f660ad24d134e5ea9a619989 100644 (file)
@@ -226,12 +226,12 @@ namespace Mono.Languages
                        {\r
                                errors = parser.ParseFile(fileName);\r
                        } \r
-                       catch (FileNotFoundException ex)\r
+                       catch (FileNotFoundException)\r
                        {\r
                                Report.Error(2001, "Source file \'" + fileName + "\' could not be found!!!");\r
                                return 1;\r
                        }\r
-                       catch (DirectoryNotFoundException ex)\r
+                       catch (DirectoryNotFoundException)\r
                        {\r
                                Report.Error(2001, "Source file \'" + fileName + "\' could not be found!!!");\r
                                return 1;\r