dfa: Remove transition_counter

I believe that's unused since 2011 (8eb241fde7).
This commit is contained in:
Arne Welzel 2022-12-06 17:26:58 +01:00
parent a349679a4c
commit 5d64105353
2 changed files with 0 additions and 4 deletions

View file

@ -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>;