diff options
| author | Paul Eggert | 2020-08-28 22:35:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2020-08-28 22:36:55 -0700 |
| commit | 2b59cfaaa35283900f28d755d34b5049c5c67603 (patch) | |
| tree | 9c31950bb467992751cbea5cab0b931e8fc67f38 | |
| parent | 726b758005ead50e9c98ef50a59304646652b994 (diff) | |
| download | emacs-2b59cfaaa35283900f28d755d34b5049c5c67603.tar.gz emacs-2b59cfaaa35283900f28d755d34b5049c5c67603.zip | |
* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.
| -rw-r--r-- | src/fileio.c | 1 |
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. */) | |||
| 1384 | #else /* not DOS_NT */ | 1384 | #else /* not DOS_NT */ |
| 1385 | target = SAFE_ALLOCA (tlen); | 1385 | target = SAFE_ALLOCA (tlen); |
| 1386 | #endif /* not DOS_NT */ | 1386 | #endif /* not DOS_NT */ |
| 1387 | *target = 0; | ||
| 1388 | nbytes = 0; | 1387 | nbytes = 0; |
| 1389 | 1388 | ||
| 1390 | if (newdir) | 1389 | if (newdir) |