Removed Consoles and ^Ms
[mono.git] / mcs / class / System / System.Net / WebClient.cs
index e27c80afc5c1e03770141fad8e10921f39713c7d..ca424855e3ffefb5c669487e150c12b6e65d8bd1 100644 (file)
@@ -295,7 +295,7 @@ namespace System.Net
                                try {\r
                                        return new Uri (path);\r
                                }\r
-                               catch (System.UriFormatException ufe) {\r
+                               catch (System.UriFormatException) {\r
                                        if ((path[0] == Path.DirectorySeparatorChar) || (path[1] == ':' && Char.ToLower(path[0]) > 'a' && Char.ToLower(path[0]) < 'z')) {\r
                                                return new Uri ("file://" + path);\r
                                        }\r