1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 22:24:12 +02:00

Remove fixed FIXME.

This commit is contained in:
Jim Meyering
1996-04-05 04:00:05 +00:00
parent dadd9cf997
commit 43b84ec02e

View File

@@ -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;