Skip to content

Commit e2807f6

Browse files
fix: remove extra sampletime method
1 parent 031a526 commit e2807f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/clock.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ struct SolverStepClock <: AbstractClock
142142
end
143143
SolverStepClock() = SolverStepClock(nothing)
144144

145-
sampletime(c) = nothing
146145
Base.hash(c::SolverStepClock, seed::UInt) = seed 0x953d7b9a18874b91
147146
function Base.:(==)(c1::SolverStepClock, c2::SolverStepClock)
148147
((c1.t === nothing || c2.t === nothing) || isequal(c1.t, c2.t))

0 commit comments

Comments
 (0)