From 6fc54382058350a4247989f82f3ad1af1ba41d7d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 19 Jun 2015 17:06:12 +0200 Subject: Remove a few deprecated internal expressions --- Eigen/src/Core/Transpose.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Eigen/src/Core/Transpose.h') diff --git a/Eigen/src/Core/Transpose.h b/Eigen/src/Core/Transpose.h index 7221ee03e..576411600 100644 --- a/Eigen/src/Core/Transpose.h +++ b/Eigen/src/Core/Transpose.h @@ -317,14 +317,6 @@ inline void MatrixBase::adjointInPlace() namespace internal { -template -struct blas_traits > - : blas_traits -{ - typedef SelfCwiseBinaryOp XprType; - static inline const XprType extract(const XprType& x) { return x; } -}; - template struct check_transpose_aliasing_compile_time_selector { -- cgit v1.2.3