summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/if.h4
1 files changed, 0 insertions, 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];