Skip to content

Commit c4cb5dd

Browse files
refactor: remove redundant getproperty method
Implemented in SciMLBase
1 parent 195597a commit c4cb5dd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/integrators/type.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,3 @@ mutable struct SDEIntegrator{algType,IIP,uType,uEltype,tType,tdirType,P2,eigenTy
4444
q11::tTypeNoUnits
4545
stats::DiffEqBase.Stats
4646
end
47-
48-
function Base.getproperty(integ::SDEIntegrator, s::Symbol)
49-
if s === :destats
50-
@warn "destats has been deprecated for stats"
51-
getfield(integ,:stats)
52-
else
53-
getfield(integ,s)
54-
end
55-
end

0 commit comments

Comments
 (0)