Skip to content

Commit c1eef35

Browse files
sofiaromoralesdaniel-grumberg
authored andcommitted
Commented-out code removed
1 parent 3015b85 commit c1eef35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
137137
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "release/5.10"),
138138
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
139139
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "release/5.10"),
140-
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
140+
.package(url: "httpsx://github.com/apple/swift-crypto.git", from: "2.5.0"),
141141
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
142142
]
143143
} else {

Sources/SwiftDocC/Infrastructure/DocumentationContext.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,6 @@ public class DocumentationContext: DocumentationContextDataProviderDelegate {
25472547
knownEntityValue(
25482548
reference: reference,
25492549
valueInLocalEntity: \.availableSourceLanguages
2550-
// valueInExternalEntity: \.sourceLanguages
25512550
)
25522551
}
25532552

0 commit comments

Comments
 (0)