Skip to content

Commit

Permalink
remove deprecation warning for @register
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Feb 25, 2024
1 parent 818ad9d commit f6bb932
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 f6bb932

Please sign in to comment.