Make constraints and SETTLE tests backend-agnostic
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / constrtestrunners.cpp
index 608e05a2b73d41d0e72ae2c7519dbae93cbbc3c9..125ce3a4201a231540d64b8b9f7dcd958eb6c110 100644 (file)
@@ -176,13 +176,5 @@ void LincsConstraintsRunner::applyConstraints(ConstraintsTestData* testData, t_p
     done_lincs(lincsd);
 }
 
-#if !GMX_GPU_CUDA
-void LincsDeviceConstraintsRunner::applyConstraints(ConstraintsTestData* /* testData */, t_pbc /* pbc */)
-{
-    GMX_UNUSED_VALUE(testDevice_);
-    FAIL() << "Dummy LINCS CUDA function was called instead of the real one.";
-}
-#endif // !GMX_GPU_CUDA
-
 } // namespace test
 } // namespace gmx