about summary refs log tree commit diff
path: root/stdio-common/sscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/sscanf.c')
-rw-r--r--stdio-common/sscanf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/sscanf.c b/stdio-common/sscanf.c
index 794a3ce628..d9c31bf32f 100644
--- a/stdio-common/sscanf.c
+++ b/stdio-common/sscanf.c
@@ -19,10 +19,6 @@ Cambridge, MA 02139, USA.  */
 #include <stdarg.h>
 #include <stdio.h>
 
-#ifdef USE_IN_LIBIO
-# define __vsscanf _IO_vsscanf
-#endif
-
 /* Read formatted input from S, according to the format string FORMAT.  */
 /* VARARGS2 */
 int