Skip to content

Commit a2d2855

Browse files
Remove undefined exports
1 parent 0b8f4d5 commit a2d2855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export debug_system
331331
#export ContinuousClock, Discrete, sampletime, input_timedomain, output_timedomain
332332
#export has_discrete_domain, has_continuous_domain
333333
#export is_discrete_domain, is_continuous_domain, is_hybrid_domain
334-
export Sample, Hold, Shift, ShiftIndex, sampletime, SampleTime, Next, Prev
334+
export Sample, Hold, Shift, ShiftIndex, sampletime, SampleTime
335335
export Clock, SolverStepClock, TimeDomain
336336

337337
export MTKParameters, reorder_dimension_by_tunables!, reorder_dimension_by_tunables

0 commit comments

Comments
 (0)