ofproto: Merge ofproto_rule_delete() and ofproto_delete_rule().
authorBen Pfaff <blp@nicira.com>
Fri, 30 Aug 2013 22:27:33 +0000 (15:27 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 00:43:05 +0000 (17:43 -0700)
commitb74cb5d8fd1bee5bb9c79d1f9c203db0b1557ab5
tree8647134fb2d61fdfd1d00d63e2e307b1afbdcab1
parent35232d3211aa9a88b6b56acf332ddcac68dfc5a6
ofproto: Merge ofproto_rule_delete() and ofproto_delete_rule().

These functions were identical but had different names (one just called
the other).  Make them a single function.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto.c