aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ofp-util.h')
-rw-r--r--lib/ofp-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ofp-util.h b/lib/ofp-util.h
index 73555599..2de6e769 100644
--- a/lib/ofp-util.h
+++ b/lib/ofp-util.h
@@ -376,8 +376,6 @@ struct ofpbuf *ofputil_encode_flow_removed(const struct ofputil_flow_removed *,
/* Abstract packet-in message. */
struct ofputil_packet_in {
- struct list list_node; /* For queueing packet_ins. */
-
const void *packet;
size_t packet_len;