mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
dfa: Remove transition_counter
I believe that's unused since 2011 (8eb241fde7
).
This commit is contained in:
parent
a349679a4c
commit
5d64105353
2 changed files with 0 additions and 4 deletions
|
@ -68,8 +68,6 @@ protected:
|
|||
NFA_state_list* nfa_states;
|
||||
EquivClass* meta_ec; // which ec's make same transition
|
||||
DFA_State* mark;
|
||||
|
||||
static unsigned int transition_counter; // see Xtion()
|
||||
};
|
||||
|
||||
using DigestStr = std::basic_string<u_char>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue