aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-03-05 16:25:25 -0800
committerBen Pfaff <blp@nicira.com>2013-03-12 13:13:21 -0700
commitc907eba08e2ebb52c828c83e7d88c119a8bc5c90 (patch)
tree427b8f043f3ed53d3bf23dda849e85d24c1bc2d3 /ofproto/ofproto.h
parenta7bf837f065d81fbc0dab0a372a7b756094a5322 (diff)
ofproto: Remove unnecessary struct forward declaration.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index 5960d7bc..cdd5baea 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -33,7 +33,6 @@
extern "C" {
#endif
-struct cfm_settings;
struct cls_rule;
struct netdev;
struct ofproto;