Skip to content

Commit

Permalink
remove depwarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 21, 2017
1 parent ae7eff1 commit fcfd23d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ function solve{uType,duType,tType,isinplace,LinearSolver}(
warned && warn_compat()
end

if save_timeseries != nothing
warn("save_timeseries is deprecated. Use save_everystep instead")
save_everystep = save_timeseries
end

if callback != nothing || prob.callback != nothing
error("DASKR is not compatible with callbacks.")
end
Expand Down

0 comments on commit fcfd23d

Please sign in to comment.