Skip to content

Commit 0aee7b4

Browse files
authored
delete deprecation
1 parent cbeb7a8 commit 0aee7b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen/forward_demand.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ function forward_diff_no_inf!(ir::IRCode, to_diff::Vector{Pair{SSAValue, Int}};
288288
end
289289
end
290290

291-
Base.@deprecate forward_diff_no_inf!(ir::IRCode, interp, mi::MethodInstance, world, to_diff::Vector{Pair{SSAValue, Int}}; kwargs...) forward_diff_no_inf!(ir, to_diff; kwargs...)
292291

293292
function forward_diff!(ir::IRCode, interp, mi::MethodInstance, world, to_diff::Vector{Pair{SSAValue, Int}}; kwargs...)
294293
forward_diff_no_inf!(ir, to_diff; kwargs...)

0 commit comments

Comments
 (0)