Skip to content

Commit

Permalink
checkantecedent 3 dispatches removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-milella committed Oct 25, 2024
1 parent 5a5a6e8 commit 7b1d32c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/utils/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,6 @@ checkantecedent(
kwargs...
) = check(antecedent(m), d, args...; kwargs...)

# TODO remove:
# checkantecedent(::Union{Rule{O,Top},Branch{O,Top}}, i::AbstractInterpretation, args...; kwargs...) where {O} = true
# checkantecedent(::Union{Rule{O,Top},Branch{O,Top}}, d::AbstractInterpretationSet, i_instance::Integer, args...; kwargs...) where {O} = true
# checkantecedent(::Union{Rule{O,Top},Branch{O,Top}}, d::AbstractInterpretationSet, args...; kwargs...) where {O} = fill(true, ninstances(d))

############################################################################################
############################################################################################

Expand Down

0 comments on commit 7b1d32c

Please sign in to comment.