Skip to content

Commit

Permalink
lib: remove distribute_{in,out} from interface
Browse files Browse the repository at this point in the history
Both of these fields are just straight up completely unused.

Signed-off-by: David Lamparter <[email protected]>
  • Loading branch information
eqvinox committed Nov 22, 2023
1 parent 8b23c0b commit 6e7465c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/if.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 6e7465c

Please sign in to comment.