Skip to content

Commit 8e85ea5

Browse files
committed
rm resize overload for scalar.
1 parent 6439bda commit 8e85ea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scalar.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SCALINGCOMBINETYPES = (
2424
Base.size::AbstractSciMLScalarOperator) = ()
2525
Base.adjoint::AbstractSciMLScalarOperator) = conj(α)
2626
Base.transpose::AbstractSciMLScalarOperator) = α
27-
Base.resize!::AbstractSciMLScalarOperator, n::Integer) = α
2827

2928
has_mul!(::AbstractSciMLScalarOperator) = true
3029
islinear(::AbstractSciMLScalarOperator) = true

0 commit comments

Comments
 (0)