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_extra.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/product_extra.cpp') diff --git a/test/product_extra.cpp b/test/product_extra.cpp index 6f962159e..53493bdd6 100644 --- a/test/product_extra.cpp +++ b/test/product_extra.cpp @@ -13,7 +13,6 @@ template void product_extra(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