From edde91c17dd010107177b4291bf00f3d6aa2ec5f Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 18 Jan 2015 16:27:08 +0800 Subject: [PATCH] lint code --- shadowsocks-csharp/Controller/PACServer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/shadowsocks-csharp/Controller/PACServer.cs b/shadowsocks-csharp/Controller/PACServer.cs index 6ffcb7fd..a4589e92 100755 --- a/shadowsocks-csharp/Controller/PACServer.cs +++ b/shadowsocks-csharp/Controller/PACServer.cs @@ -14,7 +14,6 @@ namespace Shadowsocks.Controller { class PACServer : Listener.Service { - private static int PORT = 8093; public static string PAC_FILE = "pac.txt"; FileSystemWatcher watcher;