]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ftranspose_regions): Remove unused variables `gcpro1'
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 14:01:48 +0000 (14:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 14:01:48 +0000 (14:01 +0000)
and `gcpro2'.

src/editfns.c

index 1c8bc4c007da7234a616eb685d59fe66b4a5428a..deadd106bd786bcabc4a1e3f00cbd03289f8306b 100644 (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);