[SourceKit] Remove option to regions reused as part of incremental parsing

This commit is contained in:
Alex Hoppen
2018-08-20 11:15:50 -07:00
parent dc00fa4728
commit 750e7e8f73
6 changed files with 12 additions and 77 deletions

View File

@@ -85,12 +85,6 @@ class NullEditorConsumer : public EditorConsumer {
return SyntaxTreeTransferMode::Off;
}
bool syntaxReuseInfoEnabled() override { return false; }
void
handleSyntaxReuseRegions(std::vector<SourceFileRange> ReuseRegions) override {
}
public:
bool needsSema = false;
};