From 546e20d6754a0a4c6bc48d642b5bfb4a3db6d7c3 Mon Sep 17 00:00:00 2001 From: ajs Date: Fri, 26 Nov 2004 13:22:38 +0000 Subject: Remove unused va_list variable that was introduced by mistake in the last patch to stdarg handling. --- lib/vty.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/vty.c b/lib/vty.c index 2f3bac2e..bf1eec38 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 -- cgit v1.2.1