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;