Skip to content

Commit f771460

Browse files
authored
Remove unused constant from Package.swift (#322)
`relatedDependenciesBranch` is no longer used in the package manifest.
1 parent babdefd commit f771460

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ let package = Package(
101101
]
102102
)
103103

104-
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
105-
let relatedDependenciesBranch = "main"
106-
107104
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
108105
package.dependencies += [
109106
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),

0 commit comments

Comments
 (0)