mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
net/icmpv6: Remove the 'list' field from struct icmpv6_conn_s. It is not used.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user