Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / selection / tests / nbsearch.cpp
index 06601be1e4d1f9c1593bb107210f7e3b42cb5824..1d89772d2a197883fb94864b6cec07c1390821da 100644 (file)
@@ -100,10 +100,6 @@ class NeighborhoodSearchTestData
 
         struct TestPosition
         {
-            TestPosition() : refMinDist(0.0), refNearestPoint(-1)
-            {
-                clear_rvec(x);
-            }
             explicit TestPosition(const rvec x)
                 : refMinDist(0.0), refNearestPoint(-1)
             {