diff --git a/src/solve.jl b/src/solve.jl index b06c888fd..1e42c6cf5 100644 --- a/src/solve.jl +++ b/src/solve.jl @@ -97,9 +97,7 @@ const allowedkeywords = (:dense, :trace_level, :store_trace, # Termination condition for solvers - :termination_condition, - # whether to alias the user tstops array (JumpProcesses.SSAStepper only at this time) - :alias_tstops) + :termination_condition) const KWARGWARN_MESSAGE = """ Unrecognized keyword arguments found.