Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Dec 31, 2023
1 parent 5230eee commit 1954f94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/ValidatorCore/Commands/CheckDependencies2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ extension CheckDependencies2 {
}



extension [SwiftPackageIndexAPI.PackageRecord] {
var allPackages: UniqueCanonicalPackageURLs {
Set(
Expand Down
2 changes: 0 additions & 2 deletions Tests/ValidatorTests/CheckDependencies2Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ private extension CanonicalPackageURL {
static let p1 = CanonicalPackageURL(prefix: .gitAt, hostname: "github.com", path: "org/1")
static let p2 = CanonicalPackageURL(prefix: .http, hostname: "github.com", path: "org/2")
static let p3 = CanonicalPackageURL(prefix: .https, hostname: "github.com", path: "org/3")
// static let p4 = CanonicalPackageURL(prefix: .https, hostname: "github.com", path: "org/4")
// static let p5 = CanonicalPackageURL(prefix: .https, hostname: "github.com", path: "org/5")
}

private extension SwiftPackageIndexAPI.PackageRecord {
Expand Down

0 comments on commit 1954f94

Please sign in to comment.