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:
Johanna Amann 2018-03-16 18:38:04 -07:00
parent 911018347f
commit 1f2bf50b49
19 changed files with 0 additions and 61 deletions

View file

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