aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-09 11:08:39 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-09 11:08:39 +0000
commit6486a2216c00a834e82f56200f3051af0830bb5c (patch)
tree7d89abf3c86bf22e0a14e89ee5a527ede537ab7b /packet-bgp.c
parent427d1df090d3b0a3398dbf4d059ab583d3906403 (diff)
Get rid of the unused zero-length "bgpext_osptf_rtype_metric" array -
not all compilers let you define an array with no explicit length and no initializers. svn path=/trunk/; revision=3670
Diffstat (limited to 'packet-bgp.c')
-rw-r--r--packet-bgp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-bgp.c b/packet-bgp.c
index feb2fcfa55..e72aecdf90 100644
--- a/packet-bgp.c
+++ b/packet-bgp.c
@@ -2,7 +2,7 @@
* Routines for BGP packet dissection.
* Copyright 1999, Jun-ichiro itojun Hagino <itojun@itojun.org>
*
- * $Id: packet-bgp.c,v 1.44 2001/07/08 22:59:50 guy Exp $
+ * $Id: packet-bgp.c,v 1.45 2001/07/09 11:08:39 guy Exp $
*
* Supports:
* RFC1771 A Border Gateway Protocol 4 (BGP-4)
@@ -181,8 +181,6 @@ static const value_string bgpext_ospf_rtype[] = {
{ 0, NULL },
};
-static const value_string bgpext_osptf_rtype_metric[] = {
-};
/* MUST be resized if a longer named extended community is added */
#define MAX_SIZE_OF_EXT_COM_NAMES 20