This commit is contained in:
Norman Maurer 2012-03-30 16:23:10 +03:00
parent c3e51af849
commit 732b11e7d5

View File

@ -131,9 +131,6 @@ public class NioWorker extends AbstractNioWorker {
selector, channel.getRawInterestOps(), channel); selector, channel.getRawInterestOps(), channel);
} }
} else {
// TODO: Is this needed ?
setInterestOps(channel, future, channel.getRawInterestOps());
} }
if (future != null) { if (future != null) {
if (channel instanceof NioSocketChannel) { if (channel instanceof NioSocketChannel) {