From fe0ef8e609034da8ebf597c7dd591b4a65357fb6 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sun, 14 Oct 2012 22:30:52 +0800 Subject: [PATCH] Remove unused typedef (traits::PlainObject) for brevity. --- unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h index ba44487d0..e6b8413c4 100644 --- a/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h +++ b/unsupported/Eigen/src/MatrixFunctions/MatrixPowerBase.h @@ -152,7 +152,6 @@ struct traits > typedef MatrixXpr XprKind; typedef typename remove_all<_Lhs>::type Lhs; typedef typename remove_all<_Rhs>::type Rhs; - typedef typename remove_all >::type PlainObject; typedef typename scalar_product_traits::ReturnType Scalar; typedef Dense StorageKind; typedef typename promote_index_type::type Index;