1
Fork 0
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:
Eli Zaretskii 2001-01-02 14:01:48 +00:00
parent 504f24f1be
commit 7ef8bdb5aa

View file

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