From a811ab847696b238515fc92fa16acc3fd40d4292 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Thu, 17 May 2018 04:59:34 +0000 Subject: [PATCH] [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@332571 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp b/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp index 734b42099..83ad55725 100644 --- a/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp +++ b/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp @@ -22,7 +22,6 @@ void test1() { typedef std::linear_congruential_engine LCE; - typedef typename LCE::result_type result_type; LCE e1; LCE e2; e2.seed();