Removed unused member variable

This commit is contained in:
Trustin Lee 2009-04-08 07:04:12 +00:00
parent 8ed510e94a
commit c55c25291a

View File

@ -52,7 +52,6 @@ public abstract class AbstractCodecEmbedder<T> implements CodecEmbedder<T> {
private final ChannelPipeline pipeline;
private final EmbeddedChannelSink sink = new EmbeddedChannelSink();
CodecEmbedderException exception;
final Queue<Object> productQueue = new LinkedList<Object>();
protected AbstractCodecEmbedder(ChannelHandler... handlers) {