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();