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/meta.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/meta.cpp') diff --git a/test/meta.cpp b/test/meta.cpp index 0ba968ba9..3302c5887 100644 --- a/test/meta.cpp +++ b/test/meta.cpp @@ -11,9 +11,6 @@ void test_meta() { - typedef float & FloatRef; - typedef const float & ConstFloatRef; - VERIFY((internal::conditional<(3<4),internal::true_type, internal::false_type>::type::value)); VERIFY(( internal::is_same::value)); VERIFY((!internal::is_same::value)); -- cgit v1.2.3