aboutsummaryrefslogtreecommitdiff
path: root/test/sizeoverflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sizeoverflow.cpp')
-rw-r--r--test/sizeoverflow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sizeoverflow.cpp b/test/sizeoverflow.cpp
index 16d6f8d04..240d22294 100644
--- a/test/sizeoverflow.cpp
+++ b/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)
{