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 ...@@ -302,7 +302,6 @@ public class FlowRuleManager
302 case PENDING_REMOVE: 302 case PENDING_REMOVE:
303 case REMOVED: 303 case REMOVED:
304 event = store.removeFlowRule(flowRule); 304 event = store.removeFlowRule(flowRule);
305 - frp.removeFlowRule(flowRule);
306 break; 305 break;
307 case ADDED: 306 case ADDED:
308 case PENDING_ADD: 307 case PENDING_ADD:
......