From 74a633ea94bc308cd2eca0ec6c2be798d5794e72 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 Nov 2017 10:25:27 -0600 Subject: [PATCH] net/icmpv6: Remove the 'list' field from struct icmpv6_conn_s. It is not used. --- net/icmpv6/icmpv6.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/icmpv6/icmpv6.h b/net/icmpv6/icmpv6.h index 9353cbb2020..582712c5e53 100644 --- a/net/icmpv6/icmpv6.h +++ b/net/icmpv6/icmpv6.h @@ -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