Skip to content

Commit d70f650

Browse files
refactor: remove AbstractODESystem
1 parent 03fc4a4 commit d70f650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ TODO
127127
abstract type AbstractSystem end
128128
abstract type AbstractTimeDependentSystem <: AbstractSystem end
129129
abstract type AbstractTimeIndependentSystem <: AbstractSystem end
130-
abstract type AbstractODESystem <: AbstractTimeDependentSystem end
131130
abstract type AbstractMultivariateSystem <: AbstractSystem end
132131
abstract type AbstractOptimizationSystem <: AbstractTimeIndependentSystem end
133132
abstract type AbstractDiscreteSystem <: AbstractTimeDependentSystem end

0 commit comments

Comments
 (0)