Removed unused line
This commit is contained in:
parent
233e85f63c
commit
5af89d1985
@ -38,7 +38,6 @@ import org.jboss.netty.util.LinkedTransferQueue;
|
||||
* @author Trustin Lee (tlee@redhat.com)
|
||||
*/
|
||||
public class LocalChannel extends AbstractChannel {
|
||||
//final BlockingQueue<MessageEvent> writeBuffer = new LinkedBlockingQueue<MessageEvent>();
|
||||
private final ThreadLocal<Boolean> delivering = new ThreadLocal<Boolean>() {
|
||||
@Override
|
||||
protected Boolean initialValue() {
|
||||
|
Loading…
Reference in New Issue
Block a user