group_weak_end is no longer used

This commit is contained in:
Alex Coyte
2016-07-07 11:36:05 +10:00
committed by Matthew Barr
parent 22b451b59b
commit 3a1429a621
5 changed files with 0 additions and 6 deletions

View File

@@ -547,7 +547,6 @@ public:
std::map<size_t, std::vector<std::unique_ptr<raw_dfa>>> anchored_nfas;
std::map<simple_anchored_info, std::set<u32>> anchored_simple;
std::map<u32, std::set<u32> > group_to_literal;
u32 group_weak_end;
u32 group_end;
u32 anchored_base_id;