Qianqian Hu
Committed by Gerrit Code Review

The flowrule is already removed, there is no need to remove it again

Change-Id: I47206dbab68042b02e4ee67c5f3816e595aac38f
......@@ -302,7 +302,6 @@ public class FlowRuleManager
case PENDING_REMOVE:
case REMOVED:
event = store.removeFlowRule(flowRule);
frp.removeFlowRule(flowRule);
break;
case ADDED:
case PENDING_ADD:
......