X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-classifier.c;h=5f5d7971cf6cfb82cf0d43e124ffa2105d0a2bb6;hb=3a1831242856a975d57c875b8f8987b819e8dd39;hp=1cfd5cf6ec806078c404def8e4f374a5fb47f570;hpb=b2fda3effc787f265b5ad5dfa967ac00627bd075;p=openvswitch diff --git a/tests/test-classifier.c b/tests/test-classifier.c index 1cfd5cf6..5f5d7971 100644 --- a/tests/test-classifier.c +++ b/tests/test-classifier.c @@ -401,7 +401,6 @@ check_tables(const struct classifier *cls, int n_tables, int n_rules, int n_dups) { const struct cls_table *table; - struct flow_wildcards exact_wc; struct test_rule *test_rule; struct cls_cursor cursor; int found_tables = 0; @@ -409,7 +408,6 @@ check_tables(const struct classifier *cls, int found_dups = 0; int found_rules2 = 0; - flow_wildcards_init_exact(&exact_wc); HMAP_FOR_EACH (table, hmap_node, &cls->tables) { const struct cls_rule *head;