Skip to content

Commit

Permalink
Remove an irrelevant comment
Browse files Browse the repository at this point in the history
.. because firedChannelActive is gone long ago
  • Loading branch information
trustin committed Aug 5, 2013
1 parent 4d064d8 commit 17b91f4
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -764,10 +764,6 @@ public ChannelPipeline fireChannelActive() {

@Override
public ChannelPipeline fireChannelInactive() {
// Some implementations such as EmbeddedChannel can trigger inboundBufferUpdated()
// after deactivation, so it's safe not to revert the firedChannelActive flag here.
// Also, all known transports never get re-activated.
//firedChannelActive = false;
head.fireChannelInactive();
return this;
}
Expand Down

0 comments on commit 17b91f4

Please sign in to comment.