From 6e7465c54e6be65ec88f88b4493fd073698cb39d Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 22 Nov 2023 22:53:17 +0100 Subject: [PATCH] lib: remove `distribute_{in,out}` from interface Both of these fields are just straight up completely unused. Signed-off-by: David Lamparter --- lib/if.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/if.h b/lib/if.h index dd67c32a66..560635f7c4 100644 --- a/lib/if.h +++ b/lib/if.h @@ -275,10 +275,6 @@ struct interface { /* description of the interface. */ char *desc; - /* Distribute list. */ - void *distribute_in; - void *distribute_out; - /* Connected address list. */ struct if_connected_head connected[1]; -- 2.39.5