aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-06 17:20:33 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-06 17:20:33 -0400
commit8e1294e83f2b3af81073f5003071a24f7ad0b359 (patch)
treeb5819fe97b8a38d9c5919090a53d8550f6ad23e8
parentef60624956e93df1da329a48570776ed963b1916 (diff)
downloadglibc-8e1294e83f2b3af81073f5003071a24f7ad0b359.zip
glibc-8e1294e83f2b3af81073f5003071a24f7ad0b359.tar.gz
glibc-8e1294e83f2b3af81073f5003071a24f7ad0b359.tar.bz2
Remove now-wrong comment
-rw-r--r--sysdeps/x86_64/wcscmp.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/x86_64/wcscmp.S b/sysdeps/x86_64/wcscmp.S
index 14dcab8..991ecb2 100644
--- a/sysdeps/x86_64/wcscmp.S
+++ b/sysdeps/x86_64/wcscmp.S
@@ -19,11 +19,6 @@
02111-1307 USA. */
#include <sysdep.h>
-#include <init-arch.h>
-
-/* Define multiple versions only for the definition in libc and for
- the DSO. In static binaries we need wcscmp before the initialization
- happened. */
.text
ENTRY (wcscmp)