summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-08-28 22:35:54 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-08-28 22:36:55 -0700
commit2b59cfaaa35283900f28d755d34b5049c5c67603 (patch)
tree9c31950bb467992751cbea5cab0b931e8fc67f38 /src/fileio.c
parent726b758005ead50e9c98ef50a59304646652b994 (diff)
downloademacs-2b59cfaaa35283900f28d755d34b5049c5c67603.tar.gz
emacs-2b59cfaaa35283900f28d755d34b5049c5c67603.tar.bz2
emacs-2b59cfaaa35283900f28d755d34b5049c5c67603.zip
* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 0 insertions, 1 deletions
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)