Skip to content

Commit

Permalink
Merge pull request #1071 from ArnoStrouwen/remove_deprecation
Browse files Browse the repository at this point in the history
remove deprecation warning for @register
  • Loading branch information
ChrisRackauckas authored Feb 25, 2024
2 parents 818ad9d + f6bb932 commit 1a79953
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/register.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,3 @@ macro register_array_symbolic(expr, block)
f, ftype, argnames, Ts, ret_type = destructure_registration_expr(expr, :([]))
return register_array_symbolic(f, ftype, argnames, Ts, ret_type, block)
end

Base.@deprecate_binding var"@register" var"@register_symbolic"

0 comments on commit 1a79953

Please sign in to comment.