Remove unused va_list variable that was introduced by mistake in the last patch

to stdarg handling.
This commit is contained in:
ajs 2004-11-26 13:22:38 +00:00
parent b3c8c46502
commit 546e20d675

View File

@ -114,8 +114,6 @@ vty_out (struct vty *vty, const char *format, ...)
{
while (1)
{
va_list ac;
if (len > -1)
size = len + 1;
else