(code_convert_region): Delete duplicate local `zv_before'.

This commit is contained in:
Karl Heuer 1998-01-18 04:43:08 +00:00
parent 09ab3c3bdb
commit c52d78d521

View 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);