diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h index 4aec83cff..4f7fd340e 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h @@ -201,18 +201,6 @@ struct nested > }; -template class MakePointer> -struct nested > -{ - typedef const TensorMapEIGEN_DEVICE_REF type; -}; - -template class MakePointer> -struct nested > -{ - typedef const TensorMapEIGEN_DEVICE_REF type; -}; - template struct nested > {