mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
(Freplace_match): Remove unused variable `inslen'.
This commit is contained in:
parent
1b944d9cd9
commit
56167cc52c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* search.c (Freplace_match): Remove unused variable `inslen'.
|
||||
|
||||
* keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
|
||||
|
||||
2001-11-22 Jason Rumney <jasonr@gnu.org>
|
||||
|
|
|
|||
|
|
@ -2199,7 +2199,6 @@ since only regular expressions have distinguished subexpressions. */)
|
|||
int some_uppercase;
|
||||
int some_nonuppercase_initial;
|
||||
register int c, prevc;
|
||||
int inslen;
|
||||
int sub;
|
||||
int opoint, newpoint;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue