Merge pull request #1570 from ahoppen/remove-indexpathmappings

Remove `indexPrefixMappings` from `BuildSystem`
This commit is contained in:
Alex Hoppen
2024-08-05 10:41:05 -07:00
committed by GitHub
8 changed files with 1 additions and 18 deletions

View File

@@ -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?