mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Remove unimplemented & unused functions from header files.
All of these functions were defined in header files without ever being implemented or used.
This commit is contained in:
parent
911018347f
commit
1f2bf50b49
19 changed files with 0 additions and 61 deletions
|
@ -117,8 +117,6 @@ typedef PList(DFA_State) DFA_state_list;
|
|||
class DFA_Machine : public BroObj {
|
||||
public:
|
||||
DFA_Machine(NFA_Machine* n, EquivClass* ec);
|
||||
DFA_Machine(int** xtion_ptrs, int num_states, int num_ecs,
|
||||
int* acc_array);
|
||||
~DFA_Machine();
|
||||
|
||||
DFA_State* StartState() const { return start_state; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue