mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Remove indexPrefixMappings from BuildSystem
They weren’t used.
This commit is contained in:
@@ -107,9 +107,6 @@ package protocol BuildSystem: AnyObject, Sendable {
|
||||
/// The path to put the index database, if any.
|
||||
var indexDatabasePath: AbsolutePath? { get async }
|
||||
|
||||
/// Path remappings for remapping index data for local use.
|
||||
var indexPrefixMappings: [PathPrefixMapping] { get async }
|
||||
|
||||
/// Delegate to handle any build system events such as file build settings initial reports as well as changes.
|
||||
///
|
||||
/// The build system must not retain the delegate because the delegate can be the `BuildSystemManager`, which could
|
||||
|
||||
Reference in New Issue
Block a user