Skip to content

Commit

Permalink
[Pubgrub] Silence a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aciidgh committed Jan 3, 2019
1 parent ecb9716 commit d73fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PackageGraph/Pubgrub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public final class PubgrubDependencyResolver<

// add `version` to partial solution as a decision, unless this would produce a conflict in any of the new incompatibilities
// FIXME: Use correct cause
let candidateIncompat = Incompatibility(Term(candidate.package, .versionSet(.exact(version))),
let _ = Incompatibility(Term(candidate.package, .versionSet(.exact(version))),
cause: .root)
// if case .satisfied = solution.satisfies(candidateIncompat) {
// continue // TODO: is this correct?
Expand Down

0 comments on commit d73fbdf

Please sign in to comment.