lib/classifier: Remove unused typedef cls_cb_func.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 7 Jul 2014 20:18:47 +0000 (13:18 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 7 Jul 2014 20:32:27 +0000 (13:32 -0700)
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/classifier.h

index 602d504..33df1be 100644 (file)
@@ -294,8 +294,6 @@ bool classifier_rule_overlaps(const struct classifier *cls,
                               const struct cls_rule *)
     OVS_REQ_RDLOCK(cls->rwlock);
 
-typedef void cls_cb_func(struct cls_rule *, void *aux);
-
 struct cls_rule *classifier_find_rule_exactly(const struct classifier *cls,
                                               const struct cls_rule *)
     OVS_REQ_RDLOCK(cls->rwlock);