Remove unused ConnectionControl handling.

This commit is contained in:
Timothy Bish 2014-08-13 11:15:29 -04:00
parent 9a6d444e0a
commit 00921f22ff
1 changed files with 0 additions and 4 deletions

View File

@ -1534,10 +1534,6 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
@Override
public Response processControlCommand(ControlCommand command) throws Exception {
String control = command.getCommand();
if (control != null && control.equals("shutdown")) {
System.exit(0);
}
return null;
}