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

@@ -455,8 +455,6 @@ extension SwiftPMBuildSystem: BuildSystemIntegration.BuildSystem {
return buildPath.appending(components: "index", "db")
}
package var indexPrefixMappings: [PathPrefixMapping] { return [] }
/// Return the compiler arguments for the given source file within a target, making any necessary adjustments to
/// account for differences in the SwiftPM versions being linked into SwiftPM and being installed in the toolchain.
private func compilerArguments(for file: DocumentURI, in buildTarget: any SwiftBuildTarget) async throws -> [String] {