Skip to content

Commit

Permalink
Remove commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 16, 2010
1 parent 6bb74d9 commit d22ae6c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sysdeps/i386/i686/multiarch/strcmp-sse4.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d22ae6c

Please sign in to comment.