From fcfd23db440af8f11dcf8e2c902463908c45e55b Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 21 Nov 2017 08:47:52 -0800 Subject: [PATCH] remove depwarn --- src/common.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common.jl b/src/common.jl index 5ff2762..ed0b673 100644 --- a/src/common.jl +++ b/src/common.jl @@ -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