aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.c1
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);