From c52d78d521b1a203423011b064a00a004e85e479 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 18 Jan 1998 04:43:08 +0000 Subject: [PATCH] (code_convert_region): Delete duplicate local `zv_before'. --- src/coding.c | 1 - 1 file changed, 1 deletion(-) 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) int shrunk_len_byte; int new_len_byte; int buflen; - int zv_before; shrunk_beg_byte = PTR_BYTE_POS (begp); shrunk_beg = BYTE_TO_CHAR (shrunk_beg_byte); -- 2.39.2