Revert "Restore lost Node#start no-op check"

This reverts commit ddfa3a661510f25c2ce431dfd6fb86ac11eb8888.
This commit is contained in:
Jason Tedor 2016-04-14 14:13:21 -04:00
parent f35cfc3715
commit f87c599ff1
1 changed files with 0 additions and 3 deletions

View File

@ -379,9 +379,6 @@ public class Node implements Closeable {
} }
private Node stop() { private Node stop() {
if (lifecycle.moveToStarted()) {
return this;
}
if (!lifecycle.moveToStopped()) { if (!lifecycle.moveToStopped()) {
return this; return this;
} }