diff --git a/test/nonlinear/newton/test_newton.cc b/test/nonlinear/newton/test_newton.cc index b43492ce3306853eddb29a1a79ca73b7478ea9d2..23f631a92a7f389e22c2de1a3568d9e0ba2d9276 100644 --- a/test/nonlinear/newton/test_newton.cc +++ b/test/nonlinear/newton/test_newton.cc @@ -33,10 +33,6 @@ public: void setLinearSystem() {} - ResidualType prevSol() { return ResidualType(0.0); } - - void resetTimeStep(const ResidualType& sol) {} - void assembleResidual(const ResidualType& sol) { res_ = sol*sol - 5.0;