Remove an unused constant
Change-Id: Ib0c9d6cc5fbe057a27be6fe480d587311bf3d775
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment