summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-08-10 01:23:53 (GMT)
committerredman <redman@noemail.net>1999-08-10 01:23:53 (GMT)
commit8f36ea47d4caa0701683086919f00c390fd9067c (patch)
treef936d4cd53ab6c4bfc0b56a185fd9fe9658d9a2d
parent669ee629316bc5bf6fa00b69248f49658d570966 (diff)
downloadtcl-8f36ea47d4caa0701683086919f00c390fd9067c.zip
tcl-8f36ea47d4caa0701683086919f00c390fd9067c.tar.gz
tcl-8f36ea47d4caa0701683086919f00c390fd9067c.tar.bz2
removed unreferenced variable from regcomp.c
FossilOrigin-Name: be29d94a7c99a5d38e5230a13e6fa0a50a791b3e
-rw-r--r--generic/regcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/regcomp.c b/generic/regcomp.c
index 85639a1..f64f1ce 100644
--- a/generic/regcomp.c
+++ b/generic/regcomp.c
@@ -2112,7 +2112,6 @@ struct subre *t;
FILE *f;
int nfapresent; /* is the original NFA still around? */
{
- int i;
char idbuf[50];
fprintf(f, "%s. `%c'", stid(t, idbuf, sizeof(idbuf)), t->op);