dpif: Eliminate "struct odp_flow" from client-visible interface.
[sliver-openvswitch.git] / lib / odp-util.c
index 013a7f1..60807ba 100644 (file)
@@ -191,16 +191,6 @@ format_odp_flow_stats(struct ds *ds, const struct odp_flow_stats *s)
         ds_put_format(ds, "never");
     }
 }
-
-void
-format_odp_flow(struct ds *ds, const struct odp_flow *f)
-{
-    odp_flow_key_format(f->key, f->key_len, ds);
-    ds_put_cstr(ds, ", ");
-    format_odp_flow_stats(ds, &f->stats);
-    ds_put_cstr(ds, ", actions:");
-    format_odp_actions(ds, f->actions, f->actions_len);
-}
 \f
 /* Returns the correct length of the payload for a flow key attribute of the
  * specified 'type', or -1 if 'type' is unknown. */