rose: reduce delay program dep on final_id

This commit is contained in:
Justin Viiret
2017-02-14 11:11:10 +11:00
committed by Matthew Barr
parent dc8220648c
commit 6a945e27fb
5 changed files with 26 additions and 23 deletions

View File

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