Removed redundant typedef which confused old gcc versions.

This commit is contained in:
Christoph Hertzberg 2015-02-18 01:03:32 +01:00
parent 20cac72b82
commit 24d65ac0b0

View File

@ -18,8 +18,6 @@
VERIFY(threw && "should have thrown bad_alloc: " #a); \
}
typedef DenseIndex Index;
template<typename MatrixType>
void triggerMatrixBadAlloc(Index rows, Index cols)
{