Skip to content

Commit 67e9bc7

Browse files
committed
Remove dead local variable. Cleanup imports.
1 parent 8b5ca63 commit 67e9bc7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GrizzlyAsyncHttpProvider.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHandler;
17-
import org.asynchttpclient.AsyncHttpClient;
1817
import org.asynchttpclient.AsyncHttpClientConfig;
1918
import org.asynchttpclient.AsyncHttpProvider;
2019
import org.asynchttpclient.HttpResponseBodyPart;
@@ -78,11 +77,9 @@
7877
import javax.net.ssl.SSLEngine;
7978
import java.io.File;
8079
import java.io.IOException;
81-
import java.util.ArrayList;
8280
import java.util.LinkedHashSet;
8381
import java.util.List;
8482
import java.util.concurrent.ExecutorService;
85-
import java.util.concurrent.Future;
8683
import java.util.concurrent.TimeUnit;
8784
import java.util.concurrent.TimeoutException;
8885

@@ -388,8 +385,6 @@ public void onTimeout(Connection connection) {
388385
nonSecure.addAll(secure);
389386
int idx = nonSecure.indexOfType(SSLFilter.class);
390387
nonSecure.remove(idx);
391-
ProxyAwareConnectorHandler.Builder chBuilder =
392-
ProxyAwareConnectorHandler.builder(clientTransport);
393388
final ConnectionPool pool;
394389
if (providerConfig != null) {
395390
pool = (ConnectionPool) providerConfig.getProperty(CONNECTION_POOL);

0 commit comments

Comments
 (0)