aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
authorPavel Janík2001-11-23 07:14:31 +0000
committerPavel Janík2001-11-23 07:14:31 +0000
commit56167cc52c1cedbc06fedcfc40c39cf3f3cdfe2c (patch)
treed38e31b66ad618d7aa0ff44b23bec951503a1ece /src/search.c
parent1b944d9cd998e5af71a2e1bd7f88f11b4bfec8c4 (diff)
downloademacs-56167cc52c1cedbc06fedcfc40c39cf3f3cdfe2c.tar.gz
emacs-56167cc52c1cedbc06fedcfc40c39cf3f3cdfe2c.zip
(Freplace_match): Remove unused variable `inslen'.
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 7491debcdea..722af7afa43 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2199,7 +2199,6 @@ since only regular expressions have distinguished subexpressions. */)
2199 int some_uppercase; 2199 int some_uppercase;
2200 int some_nonuppercase_initial; 2200 int some_nonuppercase_initial;
2201 register int c, prevc; 2201 register int c, prevc;
2202 int inslen;
2203 int sub; 2202 int sub;
2204 int opoint, newpoint; 2203 int opoint, newpoint;
2205 2204