commit | 53780e30c90ae393467afaf3ccff9e3791df5133 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Mar 03 09:07:09 2015 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:19:19 2015 +0200 |
tree | a02c36b3e1740c457bd3a5a6fd93847d8aaead9f | |
parent | d689d1a0c69726330d69b2dd412fdb8dcb23394b [diff] |
bgpd: drop unused static variable Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index be316da..5c832ed 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c
@@ -72,7 +72,6 @@ /* bgp_attr_flags_diagnose() relies on this bit being last in this list */ { BGP_ATTR_FLAG_EXTLEN, "Extended Length" }, }; -static const size_t attr_flag_str_max = array_size(attr_flag_str); static struct hash *cluster_hash;