-
由 J. Bruce Fields 提交于
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: NJ. Bruce Fields <bfields@citi.umich.edu>
526985b9