diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-24 09:18:32 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-24 09:18:32 +0000 |
| commit | 89265cb89904338a261a71788f567b16645fb68d (patch) | |
| tree | 1aa83a4d4edadeb406de066b63b773de7f7d2708 /lib/libc | |
| parent | 044af7c3570a43d06a8fce313448fb3d0351b81d (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/vfwscanf.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index 7c56ebea6a7d..2b26da9e50b8 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -344,12 +344,6 @@ literal: } /* - * We have a conversion that requires input. - */ - if (fp->_r <= 0 && __srefill(fp)) - goto input_failure; - - /* * Consume leading white space, except for formats * that suppress this. */ |
