Skip to content

Commit 2255480

Browse files
committed
Update LinearAlgebra.jl
1 parent 3a04e71 commit 2255480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LinearAlgebra/src/LinearAlgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Base: USE_BLAS64, abs, acos, acosh, acot, acoth, acsc, acsch, adjoint, as
1515
oneunit, parent, power_by_squaring, print_matrix, promote_rule, real, round, sec, sech,
1616
setindex!, show, similar, sin, sincos, sinh, size, size_to_strides, sqrt, StridedReinterpretArray,
1717
StridedReshapedArray, strides, stride, tan, tanh, transpose, trunc, typed_hcat, vec
18-
using Base: hvcat_fill, iszero, IndexLinear, _length, promote_op, promote_typeof,
18+
using Base: hvcat_fill, iszero, IndexLinear, promote_op, promote_typeof,
1919
@propagate_inbounds, @unsafe_pure, reduce, typed_vcat, has_offset_axes
2020
using Base.Broadcast: Broadcasted
2121

0 commit comments

Comments
 (0)