Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2011-04-22 07:29:32 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2011-04-22 22:20:57 +0400
commit4e7c632f102ad2bfdc6feb84177d9b00025acd9d (patch)
tree88f96d8295433d3a5b59597ea7fb0c9bed032bcc /mcs
parent5ce092fdb500db11c0434d9e4db3aa3f445c0615 (diff)
Remove unused variable
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System/System.Net/HttpWebRequest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System/System.Net/HttpWebRequest.cs b/mcs/class/System/System.Net/HttpWebRequest.cs
index c7f66e39a2a..5efc273d789 100644
--- a/mcs/class/System/System.Net/HttpWebRequest.cs
+++ b/mcs/class/System/System.Net/HttpWebRequest.cs
@@ -394,7 +394,6 @@ namespace System.Net
}
}
- static char [] colon = { ':' };
static bool CheckValidHost (string scheme, string val)
{
if (val == null)