Skip to content

Commit

Permalink
remove deprecation warning for @_inline_meta (#44516)
Browse files Browse the repository at this point in the history
(cherry picked from commit 02abca3)
  • Loading branch information
KristofferC committed Mar 11, 2022
1 parent d14209d commit 225cb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ end

# BEGIN 1.8 deprecations

@deprecate var"@_inline_meta" var"@inline" false
@deprecate var"@_noinline_meta" var"@noinline" false
const var"@_inline_meta" = var"@inline"
const var"@_noinline_meta" = var"@noinline"
@deprecate getindex(t::Tuple, i::Real) t[convert(Int, i)]

# END 1.8 deprecations

0 comments on commit 225cb1d

Please sign in to comment.