]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] session: remove duplicate test
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2010 09:11:01 +0000 (10:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2010 09:12:01 +0000 (10:12 +0100)
commit15e5554467c937465e48b4ec62b6d2589f8b997f
tree3406cfba79eb9c1d79ac5f7707a2a0148d8d8195
parentc5e60c3360ba308ccaa156223e4898edf7320194
[CLEANUP] session: remove duplicate test

This duplicate test should have been removed with the loop rework but was forgotten.
It was harmless, but disassembly shows that it prevents gcc from correctly optimizing
the loop.
src/session.c