Sho SHIMIZU

Remove an unused constant

Change-Id: Ib0c9d6cc5fbe057a27be6fe480d587311bf3d775
...@@ -91,8 +91,6 @@ public class IntentManager ...@@ -91,8 +91,6 @@ public class IntentManager
91 91
92 private static final EnumSet<IntentState> RECOMPILE 92 private static final EnumSet<IntentState> RECOMPILE
93 = EnumSet.of(INSTALL_REQ, FAILED, WITHDRAW_REQ); 93 = EnumSet.of(INSTALL_REQ, FAILED, WITHDRAW_REQ);
94 - private static final EnumSet<IntentState> NON_PARKED_OR_FAILED
95 - = EnumSet.complementOf(EnumSet.of(INSTALL_REQ, INSTALLED, WITHDRAW_REQ, WITHDRAWN));
96 94
97 95
98 // Collections for compiler, installer, and listener are ONOS instance local 96 // Collections for compiler, installer, and listener are ONOS instance local
......