Skip to content

Commit ab693bb

Browse files
committed
remove duplicate
1 parent 4524657 commit ab693bb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/attributes.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,17 +2758,6 @@ function attribute_value_type(::ConstraintConflictStatus)
27582758
return ConflictParticipationStatusCode
27592759
end
27602760

2761-
function check_conflict_index_bounds(
2762-
model::ModelLike,
2763-
attr::ConstraintConflictStatus,
2764-
)
2765-
conflict_count = get(model, ConflictCount())
2766-
if !(1 <= attr.conflict_index <= conflict_count)
2767-
throw(ConflictIndexBoundsError(attr, conflict_count))
2768-
end
2769-
return
2770-
end
2771-
27722761
"""
27732762
UserDefinedFunction(name::Symbol, arity::Int) <: AbstractModelAttribute
27742763

0 commit comments

Comments
 (0)