Skip to content

Commit 4608d65

Browse files
refactor: remove schedule(sys)
1 parent 8c272d8 commit 4608d65

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/systems/abstractsystem.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -604,17 +604,6 @@ end
604604
"""
605605
$(TYPEDSIGNATURES)
606606
607-
Mark a system as scheduled. It is only intended in compiler internals. A system
608-
is scheduled after tearing based simplifications where equations are converted
609-
into assignments.
610-
"""
611-
function schedule(sys::AbstractSystem)
612-
has_schedule(sys) ? sys : (@set! sys.isscheduled = true)
613-
end
614-
615-
"""
616-
$(TYPEDSIGNATURES)
617-
618607
If a system is scheduled, then changing its equations, variables, and
619608
parameters is no longer legal.
620609
"""

0 commit comments

Comments
 (0)