ofp-util: Remove ofputil_get_phy_port_size().
authorBen Pfaff <blp@nicira.com>
Fri, 9 May 2014 21:12:06 +0000 (14:12 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 14 May 2014 17:31:43 +0000 (10:31 -0700)
commit13e1aff8b96166af5283e21a10d2d7cc7896dc6a
treeb659e7f9806fc33e8dfbec9e84a42de09bafd6ad
parent942130c5f8b910ef2ea92541721a0eb5d438110e
ofp-util: Remove ofputil_get_phy_port_size().

The size is not fixed for OpenFLow 1.4 and later, so it's a little
deceptive to return any particular value.  This function was only used in
one place, so move it inline there.

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