ls: remove redundant constants LIST_FILENAME and LIST_SHORT
authorJames Youngman <jay@gnu.org>
Mon, 20 Dec 2010 00:36:16 +0000 (01:36 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 20 Dec 2010 00:36:16 +0000 (01:36 +0100)
commita4bc10cec7645d72c7284deec070c0f56ebdadaf
tree51c12d85e77a8e1d0bb25919be069d362d7317eb
parent982aa263a0cef10ee4f4c06084a87af736c449ac
ls: remove redundant constants LIST_FILENAME and LIST_SHORT

LIST_FILENAME is always true and LIST_SHORT affects nothing.

Signed-off-by: James Youngman <jay@gnu.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/ls.c