mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove commented-out code.
This commit is contained in:
parent
6bb74d9f86
commit
d22ae6cf50
@ -379,13 +379,7 @@ L(more4bytes):
|
||||
movzbl 7(%eax), %ecx
|
||||
cmpb %cl, 7(%edx)
|
||||
jne L(neq)
|
||||
#if 0
|
||||
// XXX bug in original code. It had a fallthru without any code
|
||||
cmpl $0, %ecx
|
||||
je L(eq)
|
||||
#else
|
||||
jmp L(eq)
|
||||
#endif
|
||||
|
||||
END (STRCMP)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user