]> git.puffer.fish Git - mirror/frr.git/commitdiff
Remove unused va_list variable that was introduced by mistake in the last patch
authorajs <ajs>
Fri, 26 Nov 2004 13:22:38 +0000 (13:22 +0000)
committerajs <ajs>
Fri, 26 Nov 2004 13:22:38 +0000 (13:22 +0000)
to stdarg handling.

lib/vty.c

index 2f3bac2e8d594ac0f66af9ffae776d95ae6bab11..bf1eec382be9e20ae419292e417a5bb88b059d1d 100644 (file)
--- 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