bridge: Remove superfluous "inline" from ofp12_controller_role_to_str().
authorBen Pfaff <blp@nicira.com>
Mon, 16 Dec 2013 17:20:12 +0000 (09:20 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Dec 2013 17:21:42 +0000 (09:21 -0800)
commit61c7584076dfb778697dcc132f5bcabdd42c9d9c
tree11d65f44db161dae9d3bfbdccb9cb1b766f067b3
parentda546e076495672ab67106bb6dbb42447c1a2d26
bridge: Remove superfluous "inline" from ofp12_controller_role_to_str().

Putting "static inline" on a function definition in a .c file does not help
the compiler and does suppress warnings for unused functions that one would
want, should the function ever become unused.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
vswitchd/bridge.c