diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h index e6b8413c4..890225744 100644 --- a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h +++ b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h @@ -142,10 +142,6 @@ template struct traits > { typedef MatrixType ReturnType; }; -template -struct nested > -{ typedef typename MatrixPowerProduct::PlainObject const& type; }; - template struct traits > {