]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove fixed FIXME.
authorJim Meyering <jim@meyering.net>
Fri, 5 Apr 1996 04:00:05 +0000 (04:00 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 5 Apr 1996 04:00:05 +0000 (04:00 +0000)
src/ls.c

index 22daa8eb5afac37bdf6abec10e3f7a10ee3f4496..5da593defdd5abe037e08455d737fc18cb2260fe 100644 (file)
--- 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;