Make constraints and SETTLE tests backend-agnostic
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / settletestrunners.cpp
index c494341cc2b836967ee24222176d6fc2d1e4a910..80e8db0e91e2dd441ac31217a7548951c2455525 100644 (file)
@@ -85,18 +85,5 @@ void SettleHostTestRunner::applySettle(SettleTestData*    testData,
     EXPECT_FALSE(errorOccured) << testDescription;
 }
 
-#if !GMX_GPU_CUDA
-
-void SettleDeviceTestRunner::applySettle(SettleTestData* /* testData */,
-                                         const t_pbc /* pbc */,
-                                         const bool /* updateVelocities */,
-                                         const bool /* calcVirial */,
-                                         const std::string& /* testDescription */)
-{
-    GMX_UNUSED_VALUE(testDevice_);
-    FAIL() << "Dummy SETTLE GPU function was called instead of the real one in the SETTLE test.";
-}
-
-#endif
 } // namespace test
 } // namespace gmx