From e3d98cb0ab55e46fd508955c4266ab018c8ed00d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 30 Sep 2011 15:22:47 -0700 Subject: [PATCH] test-classifier: Remove write-only variable. --- tests/test-classifier.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-classifier.c b/tests/test-classifier.c index 1cfd5cf6e..5f5d7971c 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; -- 2.20.1