Skip to content

Commit 670e8d9

Browse files
committed
nit
1 parent bdc0d75 commit 670e8d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/main/java/org/asynchttpclient/netty/NettyResponseFuture.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public final class NettyResponseFuture<V> implements ListenableFuture<V> {
9090
private volatile int isCancelled = 0;
9191
private volatile int inAuth = 0;
9292
private volatile int inProxyAuth = 0;
93-
private volatile int statusReceived = 0;
9493
@SuppressWarnings("unused")
9594
private volatile int contentProcessed = 0;
9695
@SuppressWarnings("unused")
@@ -539,7 +538,6 @@ public String toString() {
539538
",\n\tredirectCount=" + redirectCount + //
540539
",\n\ttimeoutsHolder=" + TIMEOUTS_HOLDER_FIELD.get(this) + //
541540
",\n\tinAuth=" + inAuth + //
542-
",\n\tstatusReceived=" + statusReceived + //
543541
",\n\ttouch=" + touch + //
544542
'}';
545543
}

0 commit comments

Comments
 (0)