forked from OSchip/llvm-project
parent
55d8fb56d3
commit
6a46149cb1
|
@ -391,7 +391,6 @@ public:
|
|||
}
|
||||
|
||||
MemoizedMatchResult Result;
|
||||
Result.ResultOfMatch = false;
|
||||
Result.Nodes = *Builder;
|
||||
Result.ResultOfMatch = matchesRecursively(Node, Matcher, &Result.Nodes,
|
||||
MaxDepth, Traversal, Bind);
|
||||
|
|
Loading…
Reference in New Issue