Skip to content

Commit f7d232d

Browse files
committed
Remove unused type MockPackageContainer2
1 parent b999b76 commit f7d232d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/SPMTestSupport/MockDependencyResolver.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ public class MockPackageContainer: PackageContainer {
163163
}
164164
}
165165

166-
public class MockPackageContainer2: MockPackageContainer {
167-
override public func getUpdatedIdentifier(at boundVersion: BoundVersion) throws -> PackageReference {
168-
return name.with(newName: name.identity + "-name")
169-
}
170-
}
171-
172166
public extension MockPackageContainer {
173167
convenience init(json: JSON) {
174168
guard case .dictionary(let dict) = json else { fatalError() }

0 commit comments

Comments
 (0)