diff --git a/shadowsocks-csharp/Program.cs b/shadowsocks-csharp/Program.cs index 70a8ba93..e4e34572 100755 --- a/shadowsocks-csharp/Program.cs +++ b/shadowsocks-csharp/Program.cs @@ -24,7 +24,6 @@ namespace shadowsocks_csharp { string tempPath = Path.GetTempPath(); string dllPath = tempPath + "/polarssl.dll"; - // TODO: PolipoRunner should not do this job FileManager.UncompressFile(dllPath, Resources.polarssl_dll); LoadLibrary(dllPath);