summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/sizeoverflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/sizeoverflow.cpp')
-rw-r--r--eigen/test/sizeoverflow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/eigen/test/sizeoverflow.cpp b/eigen/test/sizeoverflow.cpp
index 16d6f8d..240d222 100644
--- a/eigen/test/sizeoverflow.cpp
+++ b/eigen/test/sizeoverflow.cpp
@@ -18,8 +18,6 @@
VERIFY(threw && "should have thrown bad_alloc: " #a); \
}
-typedef DenseIndex Index;
-
template<typename MatrixType>
void triggerMatrixBadAlloc(Index rows, Index cols)
{