Skip to content

Commit ef1f089

Browse files
committed
up
1 parent 3751c2a commit ef1f089

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -930,16 +930,6 @@ end
930930

931931
get_callback(prob::BVProblem) = error("BVP solvers do not support callbacks.")
932932

933-
@inline function SymbolicUtils.Code.create_array(::Type{<:Base.ReinterpretArray}, ::Nothing,
934-
::Val{1}, ::Val{dims}, elems...) where {dims}
935-
[elems...]
936-
end
937-
938-
@inline function SymbolicUtils.Code.create_array(
939-
::Type{<:Base.ReinterpretArray}, T, ::Val{1}, ::Val{dims}, elems...) where {dims}
940-
T[elems...]
941-
end
942-
943933
"""
944934
```julia
945935
DiffEqBase.DAEProblem{iip}(sys::AbstractODESystem, du0map, u0map, tspan,

0 commit comments

Comments
 (0)