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/array_replicate.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/array_replicate.cpp') diff --git a/test/array_replicate.cpp b/test/array_replicate.cpp index 94da7425b..f412d1aed 100644 --- a/test/array_replicate.cpp +++ b/test/array_replicate.cpp @@ -16,7 +16,6 @@ template void replicate(const MatrixType& m) */ typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; - typedef typename NumTraits::Real RealScalar; typedef Matrix VectorType; typedef Matrix MatrixX; typedef Matrix VectorX; -- cgit v1.2.3