got rid of Re_used

This commit is contained in:
Gunnar Ritter
2005-02-19 19:38:24 +00:00
parent 12f5e52169
commit 773cc81104
2 changed files with 10 additions and 12 deletions

View File

@@ -72,7 +72,7 @@
*
* from ex_re.h 7.3 (Berkeley) 5/31/85
*
* @(#)ex_re.h 1.20 (gritter) 2/19/05
* @(#)ex_re.h 1.21 (gritter) 2/19/05
*/
/*
@@ -87,7 +87,6 @@
struct regexp {
char Patbuf[2*LBSIZE + 1];
long Re_ident;
bool Re_used;
void *Expbuf;
bool Circfl;
short Nbra;