summaryrefslogtreecommitdiffstats
path: root/generic/regcomp.c
diff options
context:
space:
mode:
authorredman <redman>1999-08-10 01:23:53 (GMT)
committerredman <redman>1999-08-10 01:23:53 (GMT)
commitabc73600815b3015b73e6776adff66a4787a20c4 (patch)
treef936d4cd53ab6c4bfc0b56a185fd9fe9658d9a2d /generic/regcomp.c
parent724a8328fb6bd52c285587e77584ca778ce40836 (diff)
downloadtcl-abc73600815b3015b73e6776adff66a4787a20c4.zip
tcl-abc73600815b3015b73e6776adff66a4787a20c4.tar.gz
tcl-abc73600815b3015b73e6776adff66a4787a20c4.tar.bz2
removed unreferenced variable from regcomp.c
Diffstat (limited to 'generic/regcomp.c')
-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);