Remove indexPrefixMappings from BuildSystem

They weren’t used.
This commit is contained in:
Alex Hoppen
2024-07-17 15:19:50 -07:00
parent 5c2055d54e
commit 0249741aba
8 changed files with 1 additions and 18 deletions

View File

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