ofp-util: Un-"inline" should_send_version_bitmap().
authorBen Pfaff <blp@nicira.com>
Thu, 18 Jul 2013 22:48:33 +0000 (15:48 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 18 Jul 2013 22:48:33 +0000 (15:48 -0700)
commit5ddea99811eb96fffc945c0b8ec9cca155a91307
treee975e036c5ba710139e120e04671059eb06257d2
parent97eba8fc6f40fa31c2f1780a7bc36e8944b6e7f7
ofp-util: Un-"inline" should_send_version_bitmap().

There is no reason to mark this function as inline.  Let the compiler do
its job.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
lib/ofp-util.c