aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-11-17 09:51:34 -0800
committerJustin Pettit <jpettit@nicira.com>2009-11-17 09:51:34 -0800
commit460d80629bc2c7b382f137c968f73ce2be983892 (patch)
tree263576a8c7e4072a5f47254a4dc5647d4a059f6c /datapath/flow.h
parentde3f65ea52d60d70b104d852dbc752cb48ccf8f1 (diff)
datapath: Remove unused print_flow() function
Diffstat (limited to 'datapath/flow.h')
-rw-r--r--datapath/flow.h2
1 files changed, 0 insertions, 2 deletions
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);