Skip to content

Commit 765a1b0

Browse files
committed
remove unnecessary var
1 parent c5e7684 commit 765a1b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ private ExecInterceptorEntry(
237237

238238
private List<Closeable> closeables;
239239

240-
private boolean applyEnvProxy;
241-
242-
243240
public static HttpClientBuilder create() {
244241
return new HttpClientBuilder();
245242
}

0 commit comments

Comments
 (0)