From 3f6aa4cd5d03bd9e6e41d2f997fa7bd9b98bd68e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 19 Jun 2015 14:18:29 +0200 Subject: Remove useless specializations of evaluator_traits --- Eigen/src/Core/Transpositions.h | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'Eigen/src/Core/Transpositions.h') diff --git a/Eigen/src/Core/Transpositions.h b/Eigen/src/Core/Transpositions.h index 65447745f..0296882f6 100644 --- a/Eigen/src/Core/Transpositions.h +++ b/Eigen/src/Core/Transpositions.h @@ -402,36 +402,6 @@ class Transpose > const TranspositionType& m_transpositions; }; -namespace internal { - -// TODO currently a Transpositions expression has the form Transpositions or TranspositionsWrapper -// or their transpose; in the future shape should be defined by the expression traits -template -struct evaluator_traits > -{ - typedef typename storage_kind_to_evaluator_kind::Kind Kind; - typedef TranspositionsShape Shape; - static const int AssumeAliasing = 0; -}; - -template -struct evaluator_traits > -{ - typedef typename storage_kind_to_evaluator_kind::Kind Kind; - typedef TranspositionsShape Shape; - static const int AssumeAliasing = 0; -}; - -template -struct evaluator_traits > > -{ - typedef typename storage_kind_to_evaluator_kind::Kind Kind; - typedef TranspositionsShape Shape; - static const int AssumeAliasing = 0; -}; - -} // end namespace internal - } // end namespace Eigen #endif // EIGEN_TRANSPOSITIONS_H -- cgit v1.2.3