Remove unused variable in example.

This commit is contained in:
Dima Dorfman 2001-08-16 06:02:20 +00:00
parent e692c40ce1
commit cc0235828a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81748

View file

@ -150,7 +150,7 @@ void foo(char *fmt, ...)
{
va_list ap;
int d;
char c, *p, *s;
char c, *s;
va_start(ap, fmt);
while (*fmt)