From 24d65ac0b0121ad70984ce1871cf2a8116b42201 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Wed, 18 Feb 2015 01:03:32 +0100 Subject: Removed redundant typedef which confused old gcc versions. --- test/sizeoverflow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/sizeoverflow.cpp') 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 void triggerMatrixBadAlloc(Index rows, Index cols) { -- cgit v1.2.3