* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.

This commit is contained in:
Paul Eggert 2020-08-28 22:35:54 -07:00
parent 726b758005
commit 2b59cfaaa3

View file

@ -1384,7 +1384,6 @@ the root directory. */)
#else /* not DOS_NT */
target = SAFE_ALLOCA (tlen);
#endif /* not DOS_NT */
*target = 0;
nbytes = 0;
if (newdir)