aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ExpressionMaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/ExpressionMaker.h')
-rw-r--r--Eigen/src/Core/ExpressionMaker.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Eigen/src/Core/ExpressionMaker.h b/Eigen/src/Core/ExpressionMaker.h
index 1d265b63c..7e2b81d4a 100644
--- a/Eigen/src/Core/ExpressionMaker.h
+++ b/Eigen/src/Core/ExpressionMaker.h
@@ -37,12 +37,6 @@ template<typename XprType> struct ei_shape_of
// matrix. Unless we change the overall design, here is a workaround.
// There is an example in unsuported/Eigen/src/AutoDiff/AutoDiffScalar.
-template<typename XprType, int Shape = ei_shape_of<XprType>::ret>
-struct MakeNestByValue
-{
- typedef NestByValue<XprType> Type;
-};
-
template<typename Func, typename XprType, int Shape = ei_shape_of<XprType>::ret>
struct MakeCwiseUnaryOp
{