Remove commented-out code.

This commit is contained in:
Ulrich Drepper 2010-02-15 18:47:02 -08:00
parent 6bb74d9f86
commit d22ae6cf50

View File

@ -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)