Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ef8bdb5
Commit
7ef8bdb5
authored
Jan 02, 2001
by
Eli Zaretskii
Browse files
(Ftranspose_regions): Remove unused variables `gcpro1'
and `gcpro2'.
parent
504f24f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/editfns.c
src/editfns.c
+0
-1
No files found.
src/editfns.c
View file @
7ef8bdb5
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment