diff options
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; |