removed presumably dead code

This commit is contained in:
Balint Kovacs 2013-06-12 09:15:08 +02:00
parent 15119d1698
commit f269d18052
1 changed files with 0 additions and 4 deletions

View File

@ -161,10 +161,6 @@ public class TcpProxyServerThread extends Thread {
if (isInterrupted()) {
Log.d("SSLDroid", tunnelName+"/"+sessionid+": Interrupted server thread, closing sockets...");
ss.close();
if (fromBrowserToServer != null)
fromBrowserToServer.notify();
if (fromServerToBrowser != null)
fromServerToBrowser.notify();
return;
}
// accept the connection from my client