Skip to content

Commit 80b6368

Browse files
refactor: remove __structural_simplify(::JumpSystem)
1 parent 01d37d8 commit 80b6368

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/systems/systems.jl

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ function structural_simplify(
5656
end
5757
end
5858

59-
function __structural_simplify(sys::JumpSystem, args...; kwargs...)
60-
return sys
61-
end
62-
6359
function __structural_simplify(sys::AbstractSystem, io = nothing; simplify = false,
6460
kwargs...)
6561
# TODO: convert noise_eqs to brownians for simplification

0 commit comments

Comments
 (0)