[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

@@ -93,11 +93,6 @@ private:
return SyntaxTreeTransferMode::Off;
}
bool syntaxReuseInfoEnabled() override { return false; }
void
handleSyntaxReuseRegions(std::vector<SourceFileRange> ReuseRegions) override {
}
};
struct DocUpdateMutexState {