mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 19:06:39 +03:00
rose: reduce delay program dep on final_id
This commit is contained in:
committed by
Matthew Barr
parent
dc8220648c
commit
6a945e27fb
@@ -571,7 +571,6 @@ public:
|
||||
return next_nfa_report++;
|
||||
}
|
||||
std::deque<rose_literal_info> literal_info;
|
||||
u32 delay_base_id;
|
||||
bool hasSom; //!< at least one pattern requires SOM.
|
||||
std::map<size_t, std::vector<std::unique_ptr<raw_dfa>>> anchored_nfas;
|
||||
std::map<simple_anchored_info, std::set<u32>> anchored_simple;
|
||||
|
||||
Reference in New Issue
Block a user