(sort_files): Minor cleanup. Remove an unnecessary
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 00:31:43 +0000 (00:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 00:31:43 +0000 (00:31 +0000)
commit29f4f8aff68858d92646a58a67699bf6132fbc97
tree495b5ffff28d0f90af4347c03b6cfa0bc7c2566f
parent782bb54c6b87de8744fa1c6b4fe81e1e34cb05bc
(sort_files): Minor cleanup.  Remove an unnecessary
'volatile' on a local variable.  Rewrite to avoid unnecessary
double-assignment to 'func' in the usual case where strcoll does
not fail.
src/ls.c