mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -11,8 +11,6 @@
|
||||||
namespace zeek::detail
|
namespace zeek::detail
|
||||||
{
|
{
|
||||||
|
|
||||||
unsigned int DFA_State::transition_counter = 0;
|
|
||||||
|
|
||||||
DFA_State::DFA_State(int arg_state_num, const EquivClass* ec, NFA_state_list* arg_nfa_states,
|
DFA_State::DFA_State(int arg_state_num, const EquivClass* ec, NFA_state_list* arg_nfa_states,
|
||||||
AcceptingSet* arg_accept)
|
AcceptingSet* arg_accept)
|
||||||
{
|
{
|
||||||
|
|
|
@ -68,8 +68,6 @@ protected:
|
||||||
NFA_state_list* nfa_states;
|
NFA_state_list* nfa_states;
|
||||||
EquivClass* meta_ec; // which ec's make same transition
|
EquivClass* meta_ec; // which ec's make same transition
|
||||||
DFA_State* mark;
|
DFA_State* mark;
|
||||||
|
|
||||||
static unsigned int transition_counter; // see Xtion()
|
|
||||||
};
|
};
|
||||||
|
|
||||||
using DigestStr = std::basic_string<u_char>;
|
using DigestStr = std::basic_string<u_char>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue