about summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/tmpfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/tmpfile.c b/stdio-common/tmpfile.c
index c5151b8b87..b94c7ada6d 100644
--- a/stdio-common/tmpfile.c
+++ b/stdio-common/tmpfile.c
@@ -56,8 +56,4 @@ tmpfile (void)
 # undef tmpfile
 # include <shlib-compat.h>
 versioned_symbol (libc, __new_tmpfile, tmpfile, GLIBC_2_1);
-# else
-#  ifdef weak_alias
-weak_alias (__new_tmpfile, tmpfile)
-#  endif
 #endif