[libSyntax] Delete discardRecordedNode

It doesn't do anything anymore and we shouldn't have it, so let's just
remove it.
This commit is contained in:
Alex Hoppen
2021-02-25 20:29:19 +01:00
parent 76fbae1526
commit dc8eed4279
7 changed files with 0 additions and 28 deletions

View File

@@ -197,10 +197,6 @@ private:
return None;
}
void discardRecordedNode(OpaqueSyntaxNode node) override {
// FIXME: This method should not be called at all.
}
std::pair<size_t, OpaqueSyntaxNode>
lookupNode(size_t lexerOffset, SyntaxKind kind) override {
auto NodeLookup = getNodeLookup();