diff options
| author | Felix Fietkau | 2024-01-08 09:00:06 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2024-01-08 09:00:06 +0000 |
| commit | 4094a3cf7fd4d5d1a6863284c525b0801497ef7b (patch) | |
| tree | 1121e6a178394185de5891b93eb02219f642e43a | |
| parent | 8a0c9db006ad7772889f08604455f5f89ac79849 (diff) | |
| download | mdnsd-4094a3cf7fd4d5d1a6863284c525b0801497ef7b.tar.gz | |
interface: remove unused peer field
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |