vtysh: Remove unused variable

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-07-06 10:22:34 -04:00
parent 8b52179d2a
commit d76345fa66

View 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];