classifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Nov 2011 00:24:19 +0000 (16:24 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Nov 2011 22:45:57 +0000 (14:45 -0800)
commit7ac8d8cf183ad547b861588647b2c631a901f19c
tree7f993bb3f5d9a713c1e1fa61ce157a877d0633f6
parentbe3330a669e3461c2269331566aad76dc93cd0ed
classifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.

I like how this removes over 20 lines of code and ends up more readable.
lib/classifier.c