Skip to content

Commit 1a94f0e

Browse files
committed
Remove unused resolveToVersion helper method in DependencyResolver extension
1 parent 215d81b commit 1a94f0e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Sources/SPMTestSupport/MockDependencyResolver.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -212,17 +212,6 @@ public struct MockPackageContainerProvider: PackageContainerProvider {
212212
}
213213
}
214214

215-
public extension DependencyResolver {
216-
/// Helper method which returns all the version binding out of resolver and assert failure for non version bindings.
217-
func resolveToVersion(
218-
constraints: [MockPackageConstraint],
219-
file: StaticString = #file,
220-
line: UInt = #line
221-
) throws -> [(container: String, version: Version)] {
222-
fatalError()
223-
}
224-
}
225-
226215
public struct MockGraph {
227216
public let name: String
228217
public let constraints: [MockPackageConstraint]

0 commit comments

Comments
 (0)