Browse Source

remove TODO

tags/2.3
clowwindy 10 years ago
parent
commit
8c09e4a9a5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      shadowsocks-csharp/Program.cs

+ 0
- 1
shadowsocks-csharp/Program.cs View File

@@ -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);


Loading…
Cancel
Save