Remove unused local variable
This commit is contained in:
parent
f1c07dbf0b
commit
7a77903af0
@ -27,7 +27,6 @@ public abstract class ByteToByteEncoder extends ChannelOutboundByteHandlerAdapte
|
||||
ByteBuf in = ctx.outboundByteBuffer();
|
||||
ByteBuf out = ctx.nextOutboundByteBuffer();
|
||||
|
||||
int oldOutSize = out.readableBytes();
|
||||
while (in.readable()) {
|
||||
int oldInSize = in.readableBytes();
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user