ofproto: Generalize facet_put__() so that it is more useful.
[openvswitch] / lib / odp-util.h
index 2062c0643c5052729d8019f95b90852f84b2a20b..a7c0982a7f0059d7040b4f28b452a34d0f7aeda7 100644 (file)
@@ -60,7 +60,6 @@ int odp_action_len(uint16_t type);
 void format_odp_action(struct ds *, const struct nlattr *);
 void format_odp_actions(struct ds *, const struct nlattr *odp_actions,
                         size_t actions_len);
-void format_odp_flow_stats(struct ds *, const struct odp_flow_stats *);
 
 /* By my calculations currently the longest valid nlattr-formatted flow key is
  * 80 bytes long, so this leaves some safety margin.