diff options
| author | Karl Heuer | 1998-01-18 04:43:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-01-18 04:43:08 +0000 |
| commit | c52d78d521b1a203423011b064a00a004e85e479 (patch) | |
| tree | ae45dfa80399fad4fdc7e8ab16495fbccccdf7c7 | |
| parent | 09ab3c3bdbef1f042638f2a8db4d87b1ba5dea1c (diff) | |
| download | emacs-c52d78d521b1a203423011b064a00a004e85e479.tar.gz emacs-c52d78d521b1a203423011b064a00a004e85e479.zip | |
(code_convert_region): Delete duplicate local `zv_before'.
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 11410f103c4..ff4f248bb02 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3446,7 +3446,6 @@ code_convert_region (b, e, coding, encodep) | |||
| 3446 | int shrunk_len_byte; | 3446 | int shrunk_len_byte; |
| 3447 | int new_len_byte; | 3447 | int new_len_byte; |
| 3448 | int buflen; | 3448 | int buflen; |
| 3449 | int zv_before; | ||
| 3450 | 3449 | ||
| 3451 | shrunk_beg_byte = PTR_BYTE_POS (begp); | 3450 | shrunk_beg_byte = PTR_BYTE_POS (begp); |
| 3452 | shrunk_beg = BYTE_TO_CHAR (shrunk_beg_byte); | 3451 | shrunk_beg = BYTE_TO_CHAR (shrunk_beg_byte); |