move final_id_to_literal into build_context

This commit is contained in:
Justin Viiret
2017-01-31 13:11:04 +11:00
committed by Matthew Barr
parent a0260c0362
commit a83b7cb348
2 changed files with 50 additions and 45 deletions

View File

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