]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Remove unused variable
authorDinesh G Dutt <ddutt@cumulusnetworks.com>
Wed, 16 Sep 2015 15:37:00 +0000 (08:37 -0700)
committerDinesh G Dutt <ddutt@cumulusnetworks.com>
Wed, 16 Sep 2015 15:37:00 +0000 (08:37 -0700)
Ticket:
Reviewed By:
Testing Done:

set src checkin had an unused variable. Fixed that.

zebra/zebra_routemap.c

index a6ba64372896f7df38e4cdbc7c4ebc6b11e9923f..17e7faaa08be54ed1318add34f0982b09758bbe4 100644 (file)
@@ -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;