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 04:18:43 +0000 (21:18 -0700)
commita4cc13892f8982000a0584f3f68e17eafaa85b48
tree45f4e8cb35e99f21608aa4c585d42e20bd51728a
parente0edc8d1c3a10b3ca8e3e40f163ff60e5aaa35d4
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