From 6486a2216c00a834e82f56200f3051af0830bb5c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 9 Jul 2001 11:08:39 +0000 Subject: [PATCH] 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 --- packet-bgp.c | 4 +--- 1 file changed, 1 insertion(+), 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 * - * $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