From: Ulrich Drepper Date: Tue, 16 Feb 2010 02:47:02 +0000 (-0800) Subject: Remove commented-out code. X-Git-Tag: fedora/glibc-2.11.90-13~1^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d22ae6cf50dfb60e5f13fef8be5a3c8636733947;p=thirdparty%2Fglibc.git Remove commented-out code. --- diff --git a/sysdeps/i386/i686/multiarch/strcmp-sse4.S b/sysdeps/i386/i686/multiarch/strcmp-sse4.S index 4b47851ed4c..e26f434222d 100644 --- a/sysdeps/i386/i686/multiarch/strcmp-sse4.S +++ b/sysdeps/i386/i686/multiarch/strcmp-sse4.S @@ -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)