test-classifier: Remove write-only variable.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Sep 2011 22:22:47 +0000 (15:22 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 3 Oct 2011 16:25:11 +0000 (09:25 -0700)
tests/test-classifier.c

index 1cfd5cf..5f5d797 100644 (file)
@@ -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;