Skip to content

Commit b7d59b4

Browse files
author
dd
committed
Don't use inner constructor unless necessary.
1 parent 526624e commit b7d59b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/systems/callbacks.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ struct FunctionalAffect
1616
pars::Vector
1717
pars_syms::Vector{Symbol}
1818
ctx::Any
19-
function FunctionalAffect(f, sts, sts_syms, pars, pars_syms, ctx = nothing)
20-
new(f, sts, sts_syms, pars, pars_syms, ctx)
21-
end
2219
end
2320

2421
function FunctionalAffect(f, sts, pars, ctx = nothing)

0 commit comments

Comments
 (0)