Fix Portland compiler warnings
[alexxy/gromacs.git] / src / gromacs / selection / tests / nbsearch.cpp
index 0ecf04b6e1af0738ea1d3b092d59a8c752412aff..177913fad1212ed2c34808fe16dd744b31b516ef 100644 (file)
@@ -73,10 +73,6 @@ class NeighborhoodSearchTestData
     public:
         struct TestPosition
         {
-            TestPosition() : refMinDist(0.0), refNearestPoint(-1)
-            {
-                clear_rvec(x);
-            }
             explicit TestPosition(const rvec x)
                 : refMinDist(0.0), refNearestPoint(-1)
             {