]> git.eshelyaron.com Git - emacs.git/commitdiff
(code_convert_region): Delete duplicate local `zv_before'.
authorKarl Heuer <kwzh@gnu.org>
Sun, 18 Jan 1998 04:43:08 +0000 (04:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 18 Jan 1998 04:43:08 +0000 (04:43 +0000)
src/coding.c

index 11410f103c447eeeeda78aa1a544143829668240..ff4f248bb0232042f53c7fb55668e943c03d81ab 100644 (file)
@@ -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);