DefaultChannelHandlerContext.removed doesn't need to be volatile

This commit is contained in:
Trustin Lee 2013-02-13 15:17:10 -08:00
parent dc8ae16e61
commit 87efff0bca

View File

@ -101,7 +101,7 @@ final class DefaultChannelHandlerContext extends DefaultAttributeMap implements
private Runnable invokeFreeInboundBuffer0Task;
private Runnable invokeFreeOutboundBuffer0Task;
private Runnable invokeRead0Task;
volatile boolean removed;
boolean removed;
@SuppressWarnings("unchecked")
DefaultChannelHandlerContext(