]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/vfprintf-internal.c
Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.
[thirdparty/glibc.git] / stdio-common / vfprintf-internal.c
index 4cc4261ead935cab98b099c6a9bac7a09e682c89..61769e0ce19770a70bfa1fde228978e487c5fd98 100644 (file)
@@ -1280,10 +1280,6 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap, unsigned int mode_flags)
      0 if unknown.  */
   int readonly_format = 0;
 
-  /* Temporarily honor environmental settings.  */
-  if (__ldbl_is_dbl)
-    mode_flags |= PRINTF_LDBL_IS_DBL;
-
   /* Orient the stream.  */
 #ifdef ORIENT
   ORIENT;