Skip to content

Commit c48e606

Browse files
committed
cleanup
1 parent f3aaabf commit c48e606

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,9 +1165,6 @@ if !shouldUseSwiftBuildFramework {
11651165
package.dependencies += [
11661166
.package(url: "https://github.com/swiftlang/swift-build.git", branch: relatedDependenciesBranch),
11671167
]
1168-
// package.dependencies += [
1169-
// .package(path: "../swift-build")
1170-
// ]
11711168
} else {
11721169
package.dependencies += [
11731170
.package(path: "../swift-build"),

Sources/SwiftBuildSupport/SwiftBuildSystem.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,6 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
12111211
+ buildParameters.flags.swiftCompilerFlags.map { $0.shellEscaped() }
12121212
).joined(separator: " ")
12131213

1214-
// TODO bp passing -v flag via verboseFlag here; investigate linker messages
12151214
settings["OTHER_LDFLAGS"] = (
12161215
verboseFlag + // clang will be invoked to link so the verbose flag is valid for it
12171216
["$(inherited)"]

0 commit comments

Comments
 (0)