Remove deadcode

This commit is contained in:
Lukasz Strzalkowski 2016-12-02 14:30:50 -08:00 committed by Eric Anderson
parent cb1ba5bf39
commit 483f3d55e9
1 changed files with 0 additions and 5 deletions

View File

@ -217,11 +217,6 @@ class NettyClientHandler extends AbstractNettyHandler {
}
}
// @VisibleForTesting
// FlowControlPinger flowControlPinger() {
// return flowControlPing;
// }
void startWriteQueue(Channel channel) {
clientWriteQueue = new WriteQueue(channel);
}