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_syrk.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/product_syrk.cpp') diff --git a/test/product_syrk.cpp b/test/product_syrk.cpp index ad233af70..73c95000c 100644 --- a/test/product_syrk.cpp +++ b/test/product_syrk.cpp @@ -13,7 +13,6 @@ template void syrk(const MatrixType& m) { typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; - typedef typename NumTraits::Real RealScalar; typedef Matrix RMatrixType; typedef Matrix Rhs1; typedef Matrix Rhs2; -- cgit v1.2.3