jetty-9 - Removed dead code.

This commit is contained in:
Simone Bordet 2012-09-17 16:21:32 +02:00
parent 0915b2b0ab
commit 89852e0bc8
1 changed files with 6 additions and 11 deletions

View File

@ -500,11 +500,6 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
{
fillInterested();
}
// return if the connection has been changed
if (getEndPoint().getConnection() != this)
return;
}