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

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