From: David Lamparter Date: Wed, 22 Nov 2023 21:53:17 +0000 (+0100) Subject: lib: remove `distribute_{in,out}` from interface X-Git-Tag: base_10.0~249^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6e7465c54e6be65ec88f88b4493fd073698cb39d;p=mirror%2Ffrr.git lib: remove `distribute_{in,out}` from interface Both of these fields are just straight up completely unused. Signed-off-by: David Lamparter --- 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];