From: Dinesh G Dutt Date: Wed, 16 Sep 2015 15:37:00 +0000 (-0700) Subject: Remove unused variable X-Git-Tag: frr-2.0-rc1~1255 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4db757ae909b62896aba50eeb9615f2968215a66;p=matthieu%2Ffrr.git Remove unused variable Ticket: Reviewed By: Testing Done: set src checkin had an unused variable. Fixed that. --- diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c index a6ba643728..17e7faaa08 100644 --- a/zebra/zebra_routemap.c +++ b/zebra/zebra_routemap.c @@ -848,7 +848,6 @@ DEFUN (ipv6_protocol, "Route map name\n") { int i; - u_int32_t table_id; if (strcasecmp(argv[0], "any") == 0) i = ZEBRA_ROUTE_MAX; @@ -882,7 +881,6 @@ DEFUN (no_ipv6_protocol, "Protocol from which to stop filtering routes\n") { int i; - u_int32_t table_id; if (strcasecmp(argv[0], "any") == 0) i = ZEBRA_ROUTE_MAX;