From a8a551f1783d299ebb4accc30ec8d0e558df2a4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Mon, 8 Feb 2021 12:48:23 +0100
Subject: [PATCH] [test][newton] remove obsolete assembler interface

---
 test/nonlinear/newton/test_newton.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/nonlinear/newton/test_newton.cc b/test/nonlinear/newton/test_newton.cc
index 248314baf7..c1d81048da 100644
--- a/test/nonlinear/newton/test_newton.cc
+++ b/test/nonlinear/newton/test_newton.cc
@@ -39,8 +39,6 @@ public:
 
     void setLinearSystem() {}
 
-    bool isStationaryProblem() { return false; }
-
     ResidualType prevSol() { return ResidualType(0.0); }
 
     void resetTimeStep(const ResidualType& sol) {}
-- 
GitLab