Skip to content

Commit

Permalink
remove deprecated conditional requirement function from resolvo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Jan 21, 2025
1 parent 995a2c3 commit dd636d2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cpp/include/resolvo.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ inline Requirement requirement_union(VersionSetUnionId id) {
return cbindgen_private::resolvo_requirement_union(id);
}

/**
* Specifies a conditional requirement, where the requirement is only active when the condition is met.
* @param condition The version set that must be satisfied for the requirement to be active.
* @param requirement The version set that must be satisfied when the condition is met.
*/
inline Requirement requirement_conditional(VersionSetId condition, VersionSetId requirement) {
return cbindgen_private::resolvo_requirement_conditional(condition, requirement);
}

/**
* Called to solve a package problem.
*
Expand Down

0 comments on commit dd636d2

Please sign in to comment.