diff --git a/clang-tools-extra/pseudo/lib/GLR.cpp b/clang-tools-extra/pseudo/lib/GLR.cpp index 0639990e8f7f18..e49cbc40efce00 100644 --- a/clang-tools-extra/pseudo/lib/GLR.cpp +++ b/clang-tools-extra/pseudo/lib/GLR.cpp @@ -699,7 +699,6 @@ void glrReduce(std::vector &Heads, SymbolID Lookahead, } const GSS::Node *GSS::addNode(LRTable::StateID State, const ForestNode *Symbol, - llvm::ArrayRef Parents) { Node *Result = new (allocate(Parents.size())) Node(); Result->State = State;