diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-06 17:20:33 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-06 17:20:33 -0400 |
commit | 8e1294e83f2b3af81073f5003071a24f7ad0b359 (patch) | |
tree | b5819fe97b8a38d9c5919090a53d8550f6ad23e8 /sysdeps | |
parent | ef60624956e93df1da329a48570776ed963b1916 (diff) | |
download | glibc-8e1294e83f2b3af81073f5003071a24f7ad0b359.tar.gz glibc-8e1294e83f2b3af81073f5003071a24f7ad0b359.tar.xz glibc-8e1294e83f2b3af81073f5003071a24f7ad0b359.zip |
Remove now-wrong comment
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/wcscmp.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/x86_64/wcscmp.S b/sysdeps/x86_64/wcscmp.S index 14dcab8c89..991ecb2cab 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) |