diff --git a/test/matrixops.cpp b/test/matrixops.cpp index 9df827a2d..8dc1aad83 100644 --- a/test/matrixops.cpp +++ b/test/matrixops.cpp @@ -48,7 +48,6 @@ template void vectorOps(const VectorType& v) a += b; a -= b + b; a *= s; - b /= s; a += (a + a).eval(); }