Remove stale comment from fileio.c.

This commit is contained in:
Eli Zaretskii 2013-12-12 22:52:38 +02:00
parent 32e93c9e89
commit 163e99358a

View file

@ -461,7 +461,6 @@ Given a Unix syntax file name, returns a string ending in slash. */)
beg = res;
p = beg + strlen (beg);
dostounix_filename (beg);
/* FIXME: Figure out the multibyte vs unibyte stuff here. */
tem_fn = make_specified_string (beg, -1, p - beg,
STRING_MULTIBYTE (filename));
}