From 0e2c28c9b0bacb7600d8930bc891b4db3b1d1140 Mon Sep 17 00:00:00 2001 From: Licshee Date: Sat, 6 Feb 2016 11:52:07 +0800 Subject: [PATCH] . --- shadowsocks-csharp/Controller/ShadowsocksController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/shadowsocks-csharp/Controller/ShadowsocksController.cs b/shadowsocks-csharp/Controller/ShadowsocksController.cs index 51a46ec8..960b8f97 100755 --- a/shadowsocks-csharp/Controller/ShadowsocksController.cs +++ b/shadowsocks-csharp/Controller/ShadowsocksController.cs @@ -454,7 +454,6 @@ namespace Shadowsocks.Controller if (File.Exists(PACServer.USER_RULE_FILE)) { string local = File.ReadAllText(PACServer.USER_RULE_FILE, Encoding.UTF8); - string[] rules = local.Split(new char[] { '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries); using (var sr = new StringReader(local)) { string rule;