flow: Remove flow_wildcards_is_exact().
authorBen Pfaff <blp@nicira.com>
Mon, 18 Jun 2012 22:46:13 +0000 (15:46 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Sep 2012 18:19:16 +0000 (11:19 -0700)
commite7b4ef5eacebe5d5cae85c0076960f276b16554c
tree0c338f1c1d2ff0bc5afd0374d6d0feb42d310133
parent26720e2449918b92be1fd0e3a7c57012c057c733
flow: Remove flow_wildcards_is_exact().

It's only used in a not-very-useful assertion in some test code.  In
general, exact-match flows make very little sense anymore, and they're
basically on their way out.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/flow.c
lib/flow.h
tests/test-classifier.c