commit | 526985b9dd6ef7716b87f5fe6f0e2438ea3a89c7 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@fieldses.org> | Tue Nov 14 16:54:36 2006 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Oct 09 18:32:45 2007 -0400 |
tree | e22c895d58413a2b784b7e91a9c6d73e724a1838 | |
parent | b842e240f27678aa5d71611cddc8d17a93fb0caf [diff] |
locks: kill redundant local variable There's no need for another variable local to this loop; we can use the variable (of the same name!) already declared at the top of the function, and not used till later (at which point it's initialized, so this is safe). Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>