mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Remove commented-out code.
This commit is contained in:
parent
6bb74d9f86
commit
d22ae6cf50
@ -379,13 +379,7 @@ L(more4bytes):
|
|||||||
movzbl 7(%eax), %ecx
|
movzbl 7(%eax), %ecx
|
||||||
cmpb %cl, 7(%edx)
|
cmpb %cl, 7(%edx)
|
||||||
jne L(neq)
|
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)
|
jmp L(eq)
|
||||||
#endif
|
|
||||||
|
|
||||||
END (STRCMP)
|
END (STRCMP)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user