Sho SHIMIZU
Committed by Gerrit Code Review

Remove an enum that is not referenced

Change-Id: I64f6b899aa6a6411375473f7ee9c9af068d49ef0
......@@ -87,8 +87,6 @@ public class FlowRuleManager
extends AbstractProviderRegistry<FlowRuleProvider, FlowRuleProviderService>
implements FlowRuleService, FlowRuleProviderRegistry {
enum BatchState { STARTED, FINISHED, CANCELLED }
public static final String FLOW_RULE_NULL = "FlowRule cannot be null";
private static final boolean ALLOW_EXTRANEOUS_RULES = false;
......