summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 22daa8eb5..5da593def 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1675,7 +1675,6 @@ quote_filename (register const char *p, size_t *quoted_length)
break;
default:
- /* FIXME: why not just use the ISGRAPH macro here? */
if (!ISGRAPH (c))
found_quotable = 1;
break;