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:
@@ -72,9 +72,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