mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 20:50:53 -08:00
(code_convert_region): Delete duplicate local `zv_before'.
This commit is contained in:
parent
09ab3c3bdb
commit
c52d78d521
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue