diff options
Diffstat (limited to 'lib/libc/stdio/vfscanf.c')
-rw-r--r-- | lib/libc/stdio/vfscanf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 452eb65..9d724eb 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -98,8 +98,6 @@ static const u_char *__sccl(char *, const u_char *); static int parsefloat(FILE *, char *, char *); #endif -int __scanfdebug = 0; - __weak_reference(__vfscanf, vfscanf); /* @@ -781,8 +779,6 @@ literal: float res = strtof(buf, &p); *va_arg(ap, float *) = res; } - if (__scanfdebug && p - buf != width) - abort(); nassigned++; } nread += width; |