mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(Ftranspose_regions): Remove unused variables `gcpro1'
and `gcpro2'.
This commit is contained in:
parent
504f24f1be
commit
7ef8bdb5aa
1 changed files with 0 additions and 1 deletions
|
|
@ -3610,7 +3610,6 @@ Transposing beyond buffer boundaries is an error.")
|
|||
int start1_byte, start2_byte, len1_byte, len2_byte;
|
||||
int gap, len1, len_mid, len2;
|
||||
unsigned char *start1_addr, *start2_addr, *temp;
|
||||
struct gcpro gcpro1, gcpro2;
|
||||
|
||||
INTERVAL cur_intv, tmp_interval1, tmp_interval_mid, tmp_interval2;
|
||||
cur_intv = BUF_INTERVALS (current_buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue