mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user