mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
ng_depth: rename calcDepth functions, return vec
This commit is contained in:
committed by
Matthew Barr
parent
15c8a7bd98
commit
dfe1b8a2af
@@ -147,8 +147,7 @@ void fillExpressionInfo(ReportManager &rm, NGHolder &g,
|
||||
removeLeadingVirtualVerticesFromRoot(g, g.start);
|
||||
removeLeadingVirtualVerticesFromRoot(g, g.startDs);
|
||||
|
||||
vector<DepthMinMax> depths;
|
||||
calcDepthsFrom(g, g.start, depths);
|
||||
auto depths = calcDepthsFrom(g, g.start);
|
||||
|
||||
DepthMinMax d;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user