Skip to content

Commit 635b00f

Browse files
authored
Remove unused @_inline_meta import (#172)
1 parent d6eaad4 commit 635b00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfiniteArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module InfiniteArrays
22
using LinearAlgebra, FillArrays, Infinities, LazyArrays, ArrayLayouts
33

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

0 commit comments

Comments
 (0)