ofproto-dpif: Get rid of effectively unused 'check_special' flag.
authorBen Pfaff <blp@nicira.com>
Wed, 11 May 2011 18:03:25 +0000 (11:03 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 May 2011 17:03:47 +0000 (10:03 -0700)
commitfc08b7a2397ef0cf55014c1ee159599fb420b73e
treed977651e37afb51ff86f29e3a4e7bc869bbb80f8
parent6c1491fbd75754d2e4d5028650554f9d5d3a4958
ofproto-dpif: Get rid of effectively unused 'check_special' flag.

Nothing ever sets this flag to false any longer, so there's no need to
store it or test its value.

Reported-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c