diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/vfscanf-internal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/vfscanf-internal.c b/stdio-common/vfscanf-internal.c index df79d91eda..19cfef0906 100644 --- a/stdio-common/vfscanf-internal.c +++ b/stdio-common/vfscanf-internal.c @@ -332,10 +332,6 @@ __vfscanf_internal (FILE *s, const char *format, va_list argptr, struct char_buffer charbuf; scratch_buffer_init (&charbuf.scratch); - /* Temporarily honor the environmental mode bits. */ - if (__ldbl_is_dbl) - mode_flags |= SCANF_LDBL_IS_DBL; - #ifdef __va_copy __va_copy (arg, argptr); #else |