Removed unnecessary assignment

This commit is contained in:
Trustin Lee 2009-09-29 10:02:28 +00:00
parent 596e62398f
commit 5e4ca0d94a

View File

@ -540,7 +540,6 @@ class NioDatagramWorker implements Runnable {
} catch (final AsynchronousCloseException e) {
// Doesn't need a user attention - ignore.
channel.currentWriteEvent = evt;
channel.inWriteNowLoop = false;
} catch (final Throwable t) {
channel.currentWriteEvent = null;
channel.inWriteNowLoop = false;