commit | 9607d98cb04e5dff34cb2f6fb6434455c6841ab8 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Wed Apr 29 21:55:48 2009 -0700 |
committer | Paul Jakma <paul@quagga.net> | Thu Jun 18 20:18:28 2009 +0100 |
tree | 4ff992b16ddb0902237cb3a189cd29808813a631 | |
parent | 90d2ab0f9426d670552b929364f8fb7de122efe5 [diff] |
[zebra] Remove unused structure element
diff --git a/zebra/interface.h b/zebra/interface.h index 0a6b036..968430a 100644 --- a/zebra/interface.h +++ b/zebra/interface.h
@@ -187,9 +187,6 @@ /* Router advertise configuration. */ u_char rtadv_enable; - /* Interface's address. */ - struct list *address; - /* Installed addresses chains tree. */ struct route_table *ipv4_subnets;