From 460d80629bc2c7b382f137c968f73ce2be983892 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 17 Nov 2009 09:51:34 -0800 Subject: datapath: Remove unused print_flow() function --- datapath/flow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'datapath/flow.h') diff --git a/datapath/flow.h b/datapath/flow.h index a825366f..44cc3a60 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -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); -- cgit v1.2.3