Remove unused local variable

This commit is contained in:
Eric Anderson 2015-04-09 17:48:47 -07:00
parent d077290c40
commit 1e257c440e
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ class NettyClientHandler extends Http2ConnectionHandler {
* the creation request is queued.
*/
private void createStream(CreateStreamCommand command, final ChannelPromise promise) {
final Http2Connection.Endpoint<Http2LocalFlowController> local = connection().local();
final int streamId = getAndIncrementNextStreamId();
final NettyClientStream stream = command.stream();
final Http2Headers headers = command.headers();