From 899c0c2b6c723b4b6e324fd8c157e53039c54f67 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 10 Apr 2013 22:27:35 +0200 Subject: Clean source code and unit tests with respect to -Wunused-local-typedefs --- test/product.h | 1 - 1 file changed, 1 deletion(-) (limited to 'test/product.h') diff --git a/test/product.h b/test/product.h index 4aa9fd56d..856b234ac 100644 --- a/test/product.h +++ b/test/product.h @@ -24,7 +24,6 @@ template void product(const MatrixType& m) */ typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; - typedef typename NumTraits::NonInteger NonInteger; typedef Matrix RowVectorType; typedef Matrix ColVectorType; typedef Matrix RowSquareMatrixType; -- cgit v1.2.3