Skip to content

Commit 3e34d05

Browse files
authored
Build: remove unused parameter (#6587)
This parameter was unused, remove it to simplify he signature. Identified when trying to investigate the removal of the use of the builtin command in llbuild.
1 parent 72d5b34 commit 3e34d05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Sources/Build/LLBuildManifestBuilder.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ extension LLBuildManifestBuilder {
619619
inputs: inputs,
620620
outputs: cmdOutputs,
621621
executable: self.buildParameters.toolchain.swiftCompilerPath,
622-
packageName: target.package.identity.description.spm_mangledToC99ExtendedIdentifier(),
623622
moduleName: target.target.c99name,
624623
moduleAliases: target.target.moduleAliases,
625624
moduleOutputPath: target.moduleOutputPath,

Sources/LLBuildManifest/BuildManifest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public struct BuildManifest {
164164
inputs: [Node],
165165
outputs: [Node],
166166
executable: AbsolutePath,
167-
packageName: String,
168167
moduleName: String,
169168
moduleAliases: [String: String]?,
170169
moduleOutputPath: AbsolutePath,

0 commit comments

Comments
 (0)