mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Remove option to regions reused as part of incremental parsing
This commit is contained in:
@@ -93,11 +93,6 @@ private:
|
||||
return SyntaxTreeTransferMode::Off;
|
||||
}
|
||||
|
||||
bool syntaxReuseInfoEnabled() override { return false; }
|
||||
|
||||
void
|
||||
handleSyntaxReuseRegions(std::vector<SourceFileRange> ReuseRegions) override {
|
||||
}
|
||||
};
|
||||
|
||||
struct DocUpdateMutexState {
|
||||
|
||||
Reference in New Issue
Block a user