net/icmpv6: Remove the 'list' field from struct icmpv6_conn_s. It is not used.

This commit is contained in:
Gregory Nutt 2017-11-21 10:25:27 -06:00
parent 4629cf9461
commit 74a633ea94

View File

@ -93,10 +93,6 @@ struct icmpv6_conn_s
struct iob_queue_s readahead; /* Read-ahead buffering */
#endif
/* Defines the list of IPPROTO_ICMP callbacks */
struct devif_callback_s *list;
};
#endif