diff --git a/Eigen/src/Core/products/GeneralMatrixVector.h b/Eigen/src/Core/products/GeneralMatrixVector.h index eb1d924e5..dfb6aebce 100644 --- a/Eigen/src/Core/products/GeneralMatrixVector.h +++ b/Eigen/src/Core/products/GeneralMatrixVector.h @@ -304,7 +304,6 @@ struct general_matrix_vector_product::ReturnType ResScalar; typedef typename Traits::LhsPacket LhsPacket; - static const Index LhsPacketSize = Traits::LhsPacketSize; typedef typename Traits::RhsPacket RhsPacket; typedef typename Traits::ResPacket ResPacket;