Skip to content

Commit

Permalink
Remove unused @_inline_meta import (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Apr 19, 2024
1 parent d6eaad4 commit 635b00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfiniteArrays.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module InfiniteArrays
using LinearAlgebra, FillArrays, Infinities, LazyArrays, ArrayLayouts

import Base: *, +, -, /, <, ==, >, \, , , (:), @_inline_meta, @propagate_inbounds,
import Base: *, +, -, /, <, ==, >, \, , , (:), @propagate_inbounds,
AbstractArray, AbstractMatrix, AbstractVector, ArithmeticUnknown, ArithmeticWraps, Array, Fix2, IEEEFloat,
IdentityUnitRange, Int, Matrix, OneTo, Ordered, Ordering, ReshapedIndex, Slice, Vector, __cat, _in_range,
_ind2sub_recurse, _range, _sub2ind, _sub2ind_recurse, _unsafe_getindex, _unsafe_getindex_rs,
Expand Down

0 comments on commit 635b00f

Please sign in to comment.