about summary refs log tree commit diff
path: root/stdio-common/dprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/dprintf.c')
-rw-r--r--stdio-common/dprintf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c
index 611a6030a1..5728c56df7 100644
--- a/stdio-common/dprintf.c
+++ b/stdio-common/dprintf.c
@@ -19,10 +19,6 @@ Cambridge, MA 02139, USA.  */
 #include <stdarg.h>
 #include <stdio.h>
 
-#ifdef USE_IN_LIBIO
-# define vdprintf _IO_vdprintf
-#endif
-
 /* Write formatted output to D, according to the format string FORMAT.  */
 /* VARARGS2 */
 int