Remove unused local variable

This commit is contained in:
jkmcl 2022-07-01 00:54:14 +08:00 committed by Oleg Kalnichevski
parent 8d9b52abd1
commit 69e2ed6c41

View File

@ -373,7 +373,6 @@ private void createTunnel(
final AsyncExecChain chain,
final AsyncExecCallback asyncExecCallback) throws HttpException, IOException {
final AsyncExecRuntime execRuntime = scope.execRuntime;
final HttpClientContext clientContext = scope.clientContext;
final AuthExchange proxyAuthExchange = proxy != null ? clientContext.getAuthExchange(proxy) : new AuthExchange();