mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 14:19:03 +00:00
net/icmpv6: Remove the 'list' field from struct icmpv6_conn_s. It is not used.
This commit is contained in:
parent
4629cf9461
commit
74a633ea94
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue