From: Felix Fietkau Date: Mon, 8 Jan 2024 09:00:06 +0000 (+0100) Subject: interface: remove unused peer field X-Git-Url: http://git.openwrt.org/feed/packa?a=commitdiff_plain;h=4094a3cf7fd4d5d1a6863284c525b0801497ef7b;p=project%2Fmdnsd.git interface: remove unused peer field Signed-off-by: Felix Fietkau --- diff --git a/interface.h b/interface.h index 6789fa3..aca2f41 100644 --- a/interface.h +++ b/interface.h @@ -49,7 +49,6 @@ struct interface_addr_list { struct interface { struct vlist_node node; - struct interface *peer; const char *name; enum umdns_socket_type type;