mirror of https://github.com/grpc/grpc-java.git
Remove deadcode
This commit is contained in:
parent
cb1ba5bf39
commit
483f3d55e9
|
|
@ -217,11 +217,6 @@ class NettyClientHandler extends AbstractNettyHandler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @VisibleForTesting
|
|
||||||
// FlowControlPinger flowControlPinger() {
|
|
||||||
// return flowControlPing;
|
|
||||||
// }
|
|
||||||
|
|
||||||
void startWriteQueue(Channel channel) {
|
void startWriteQueue(Channel channel) {
|
||||||
clientWriteQueue = new WriteQueue(channel);
|
clientWriteQueue = new WriteQueue(channel);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue