mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-12-31 13:49:07 +03:00
use NGHolder::foo in favour of NFAGraph::foo
This commit is contained in:
@@ -472,7 +472,7 @@ bool doComponent(RoseBuild &rose, ReportManager &rm, NGHolder &g, NFAVertex a,
|
||||
}
|
||||
|
||||
NFAVertex puffv = nodes.back();
|
||||
assert(puffv != NFAGraph::null_vertex());
|
||||
assert(puffv != NGHolder::null_vertex());
|
||||
u32 width = countChain(g, nodes.back());
|
||||
|
||||
flat_set<ReportID> chain_reports;
|
||||
|
||||
Reference in New Issue
Block a user