From: Paul Eggert Date: Sat, 29 Aug 2020 05:35:54 +0000 (-0700) Subject: * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment. X-Git-Tag: emacs-28.0.90~6333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b59cfaaa35283900f28d755d34b5049c5c67603;p=emacs.git * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment. --- diff --git a/src/fileio.c b/src/fileio.c index 47e5e46a003..66010b68783 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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)