From: ajs Date: Fri, 26 Nov 2004 13:22:38 +0000 (+0000) Subject: Remove unused va_list variable that was introduced by mistake in the last patch X-Git-Tag: frr-2.0-rc1~3356 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=546e20d6754a0a4c6bc48d642b5bfb4a3db6d7c3;p=mirror%2Ffrr.git Remove unused va_list variable that was introduced by mistake in the last patch to stdarg handling. --- diff --git a/lib/vty.c b/lib/vty.c index 2f3bac2e8d..bf1eec382b 100644 --- a/lib/vty.c +++ b/lib/vty.c @@ -114,8 +114,6 @@ vty_out (struct vty *vty, const char *format, ...) { while (1) { - va_list ac; - if (len > -1) size = len + 1; else