]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: Don't assign to values that are never read
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 13 Dec 2017 15:58:55 +0000 (10:58 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Dec 2017 15:43:53 +0000 (10:43 -0500)
commita35bb96dee99fbadb4f03395ad34d657b3d5e110
tree3fd7952f50b7f2611f344f1738457fa1c8e1ae4b
parentb8ca17c230a1c324e34f96c61ccac3ef7357be8e
ospf6d: Don't assign to values that are never read

offset and offsetlen are never used without reassigning
in the code.  So comment out the assignments and
in case we want to start using the code for snmp
changes in the future.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6_snmp.c