Skip to content

Commit 235b705

Browse files
author
Stephane Landelle
committed
dead code
1 parent 825b763 commit 235b705

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

providers/netty/src/main/java/org/asynchttpclient/providers/netty/future/NettyResponseFuture.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@ public boolean isDontWriteBodyBecauseExpectContinue() {
397397
return dontWriteBodyBecauseExpectContinue;
398398
}
399399

400-
public void attachChannel(Channel channel) {
401-
this.channel = channel;
402-
}
403-
404400
public void setReuseChannel(boolean reuseChannel) {
405401
this.reuseChannel = reuseChannel;
406402
}

0 commit comments

Comments
 (0)