bridge: Remove superfluous "inline" from ofp12_controller_role_to_str().
[sliver-openvswitch.git] / vswitchd / bridge.c
index 1d60326..f325afa 100644 (file)
@@ -2056,7 +2056,7 @@ run_system_stats(void)
     }
 }
 
-static inline const char *
+static const char *
 ofp12_controller_role_to_str(enum ofp12_controller_role role)
 {
     switch (role) {