summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ls.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ls.c b/src/ls.c
index ef0b902e5..4a42132ee 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -2547,12 +2547,6 @@ gobble_file (char const *name, enum filetype type, ino_t inode,
&& (type == symbolic_link || type == unknown))))
|| (format_needs_type
&& (type == unknown
-
- /* FIXME: remove this disjunct.
- I don't think we care about symlinks here, but for now
- this won't make a big performance difference. */
- || type == symbolic_link
-
/* --indicator-style=classify (aka -F)
requires that we stat each regular file
to see if it's executable. */