mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
Remove more unused structures from unit tests
The NFA, LBR no longer need scratch or the NFAContext structure stored outside the NFA stack.
This commit is contained in:
committed by
Matthew Barr
parent
c3860a9f29
commit
cf00094f24
@@ -36,7 +36,6 @@
|
||||
#include "nfa/nfa_internal.h"
|
||||
#include "nfa/nfa_api_util.h"
|
||||
#include "nfagraph/ng_lbr.h"
|
||||
#include "scratch.h"
|
||||
#include "util/alloc.h"
|
||||
#include "util/compile_context.h"
|
||||
#include "grey.h"
|
||||
@@ -155,9 +154,6 @@ protected:
|
||||
// Space for stream state.
|
||||
aligned_unique_ptr<char> stream_state;
|
||||
|
||||
// Space for NFAContext structure.
|
||||
aligned_unique_ptr<void> nfa_context;
|
||||
|
||||
// Queue structure.
|
||||
struct mq q;
|
||||
};
|
||||
|
Reference in New Issue
Block a user