summaryrefslogtreecommitdiff
path: root/src/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.h')
-rw-r--r--src/regexp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regexp.h b/src/regexp.h
index 011eabf71..f8ff0962a 100644
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -71,7 +71,6 @@ struct nfa_state
nfa_state_T *out1;
int id;
int lastlist;
- int visits;
int negated;
};