datapath: Add generic virtual port layer.
[openvswitch] / datapath / flow.h
index a825366fe844767c3604c00695db48f000e32d46..44cc3a607cce5a343ec9a3e8b5b28ae183fb6f90 100644 (file)
@@ -49,8 +49,6 @@ void flow_deferred_free_acts(struct sw_flow_actions *);
 int flow_extract(struct sk_buff *, u16 in_port, struct odp_flow_key *);
 void flow_used(struct sw_flow *, struct sk_buff *);
 
-void print_flow(const struct odp_flow_key *);
-
 int flow_init(void);
 void flow_exit(void);