From: Stephen Hemminger Date: Thu, 30 Apr 2009 04:55:48 +0000 (-0700) Subject: [zebra] Remove unused structure element X-Git-Tag: frr-2.0-rc1~2305 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9607d98cb04e5dff34cb2f6fb6434455c6841ab8;p=matthieu%2Ffrr.git [zebra] Remove unused structure element --- diff --git a/zebra/interface.h b/zebra/interface.h index 0a6b0365ed..968430ab8a 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -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;