diff --git a/lib/if.h b/lib/if.h index dd67c32a663f..560635f7c480 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];