mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 19:06:39 +03:00
move final_id_to_literal into build_context
This commit is contained in:
committed by
Matthew Barr
parent
a0260c0362
commit
a83b7cb348
@@ -593,9 +593,6 @@ public:
|
||||
* overlap calculation in history assignment. */
|
||||
std::map<u32, rose_literal_id> anchoredLitSuffix;
|
||||
|
||||
std::map<u32, std::set<u32> > final_id_to_literal; /* final literal id to
|
||||
* literal id */
|
||||
|
||||
std::map<u32, LitFragment> final_to_frag_map;
|
||||
|
||||
unordered_set<left_id> transient;
|
||||
|
||||
Reference in New Issue
Block a user