mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Merge pull request #1570 from ahoppen/remove-indexpathmappings
Remove `indexPrefixMappings` from `BuildSystem`
This commit is contained in:
@@ -66,9 +66,6 @@ package actor BuildServerBuildSystem: MessageHandler {
|
||||
package private(set) var indexDatabasePath: AbsolutePath?
|
||||
package private(set) var indexStorePath: AbsolutePath?
|
||||
|
||||
// FIXME: Add support for prefix mappings to the Build Server protocol.
|
||||
package var indexPrefixMappings: [PathPrefixMapping] { return [] }
|
||||
|
||||
/// Delegate to handle any build system events.
|
||||
package weak var delegate: BuildSystemDelegate?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user