Browse Source

interface: remove unused peer field

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau 3 months ago
parent
commit
4094a3cf7f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      interface.h

+ 0 - 1
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;