classifier: Remove classifier_insert_exact().
authorBen Pfaff <blp@nicira.com>
Thu, 14 Oct 2010 17:30:07 +0000 (10:30 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 16:53:51 +0000 (09:53 -0700)
commitfbb2ea0b5bebaae691ce6ac4b3a2eed65c775d9b
tree87f34985edc9b181b1764a31d28640e8f3241458
parente65dc5c57e4520d838350607d256f251e4d81235
classifier: Remove classifier_insert_exact().

This function doesn't provide any extra useful functionality.  It is
amenable to a slightly optimized implementation in the current classifier,
but not in the one that will soon replace it, so get rid of it.
lib/classifier.c
ofproto/ofproto.c
tests/test-classifier.c