]> git.proxmox.com Git - mirror_frr.git/commitdiff
vtysh: Remove unused variable
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Jul 2018 14:22:34 +0000 (10:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Jul 2018 14:22:34 +0000 (10:22 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh.c

index 82e744ac4d0d535f79e09de7d9e68006050bd955..b56eaa899f5fb7a2b55e13ff236fa34bc667f792 100644 (file)
@@ -2144,7 +2144,6 @@ DEFUN (vtysh_show_poll,
        "Thread Poll Information\n")
 {
        unsigned int i;
-       int idx = 0;
        int ret = CMD_SUCCESS;
        char line[100];