Skip to content

Commit 6ff6eb8

Browse files
author
Ian Atol
committed
Remove maybe bad assert
1 parent 409226d commit 6ff6eb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/compiler/abstractinterpretation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,6 @@ end
17981798

17991799
function abstract_eval_value_expr(interp::AbstractInterpreter, e::Expr, sv::Union{InferenceState, IRCode})
18001800
if e.head === :static_parameter
1801-
@assert isa(sv, InferenceState)
18021801
n = e.args[1]::Int
18031802
t = Any
18041803
if 1 <= n <= length(sv.sptypes)

0 commit comments

Comments
 (0)