commit | 546e20d6754a0a4c6bc48d642b5bfb4a3db6d7c3 | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Fri Nov 26 13:22:38 2004 +0000 |
committer | ajs <ajs> | Fri Nov 26 13:22:38 2004 +0000 |
tree | 3bd96758136cff028812ede48132ae052d4a55cd | |
parent | b3c8c4650216e128189d26755b93f711b5be9327 [diff] |
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 2f3bac2..bf1eec3 100644 --- a/lib/vty.c +++ b/lib/vty.c
@@ -114,8 +114,6 @@ { while (1) { - va_list ac; - if (len > -1) size = len + 1; else