summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fileio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 8fb6129885c..f6c31ebf1b9 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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));
}