diff options
| author | Eli Zaretskii | 2001-01-02 14:08:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-02 14:08:14 +0000 |
| commit | 959064c4edfdd1edadf92336ae99fdfbecfb2617 (patch) | |
| tree | a4d1805123c54f7716eaeb3dbd2a3553ada92672 /src | |
| parent | b3edfc9b59df7918a89625a2b05f515ceedc5005 (diff) | |
| download | emacs-959064c4edfdd1edadf92336ae99fdfbecfb2617.tar.gz emacs-959064c4edfdd1edadf92336ae99fdfbecfb2617.zip | |
(e_write): Remove unused variable `require_encoding_p'.
Diffstat (limited to 'src')
| -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 7d1080deba2..2e4f2f2f801 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5050,7 +5050,6 @@ e_write (desc, string, start, end, coding) | |||
| 5050 | register int nbytes; | 5050 | register int nbytes; |
| 5051 | char buf[WRITE_BUF_SIZE]; | 5051 | char buf[WRITE_BUF_SIZE]; |
| 5052 | int return_val = 0; | 5052 | int return_val = 0; |
| 5053 | int require_encoding_p; | ||
| 5054 | 5053 | ||
| 5055 | if (start >= end) | 5054 | if (start >= end) |
| 5056 | coding->composing = COMPOSITION_DISABLED; | 5055 | coding->composing = COMPOSITION_DISABLED; |