Skip to content

Commit

Permalink
inference: remove staled :method handling (#54110)
Browse files Browse the repository at this point in the history
Within `abstract_eval_statement_expr`
  • Loading branch information
aviatesk authored Apr 17, 2024
1 parent 306124c commit f30aae5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/compiler/abstractinterpretation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2679,10 +2679,6 @@ function abstract_eval_statement_expr(interp::AbstractInterpreter, e::Expr, vtyp
t = Nothing
exct = Union{}
effects = Effects(EFFECTS_TOTAL; effect_free=EFFECT_FREE_GLOBALLY)
elseif ehead === :method
t = Method
exct = Union{}
effects = Effects(EFFECTS_TOTAL; effect_free=EFFECT_FREE_GLOBALLY)
elseif ehead === :thunk
t = Any
effects = EFFECTS_UNKNOWN
Expand Down

0 comments on commit f30aae5

Please sign in to comment.