Skip to content

Commit 4023dd2

Browse files
Remove Components
Will be reintroduced fully in the future.
1 parent 7dcd418 commit 4023dd2

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

src/ModelingToolkit.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ using MacroTools
77
import MacroTools: splitdef, combinedef
88

99
abstract type Expression <: Number end
10-
abstract type AbstractComponent end
1110
abstract type AbstractSystem end
1211

1312
Base.promote_rule(::Type{<:Number},::Type{<:Expression}) = Expression

test/components.jl

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ using ModelingToolkit, Test
55
@testset "Differentiation Test" begin include("derivatives.jl") end
66
@testset "Simplify Test" begin include("simplify.jl") end
77
@testset "Ambiguity Test" begin include("ambiguity.jl") end
8-
@testset "Components Test" begin include("components.jl") end
98
@testset "System Construction Test" begin include("system_construction.jl") end

0 commit comments

Comments
 (0)