]> git.puffer.fish Git - matthieu/frr.git/commitdiff
[zebra] Remove unused structure element
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 30 Apr 2009 04:55:48 +0000 (21:55 -0700)
committerPaul Jakma <paul@quagga.net>
Thu, 18 Jun 2009 19:18:28 +0000 (20:18 +0100)
zebra/interface.h

index 0a6b0365ed3650bc0d2cc5baf0a4550e81393ba4..968430ab8aeddd7dd77fc086585ffffc70fc711c 100644 (file)
@@ -187,9 +187,6 @@ struct zebra_if
   /* Router advertise configuration. */
   u_char rtadv_enable;
 
-  /* Interface's address. */
-  struct list *address;
-
   /* Installed addresses chains tree. */
   struct route_table *ipv4_subnets;