Unused import nixage.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6400 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -87,7 +87,6 @@ public class PolicyServer extends ConnectionManager
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void didShutdown ()
|
||||
{
|
||||
|
||||
@@ -159,7 +159,6 @@ public abstract class ConnectionManager extends LoopingThread
|
||||
_lastDebugStamp = iterStamp;
|
||||
}
|
||||
|
||||
|
||||
// close any connections that have been queued up to die
|
||||
Connection dconn;
|
||||
while ((dconn = _deathq.getNonBlocking()) != null) {
|
||||
|
||||
@@ -94,7 +94,6 @@ public class ServerSocketChannelAcceptor
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
protected void acceptConnections (int port)
|
||||
throws IOException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user