diff options
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp b/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp index 734b4209984..83ad55725ad 100644 --- a/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp @@ -22,7 +22,6 @@ void test1() { typedef std::linear_congruential_engine<T, a, c, m> LCE; - typedef typename LCE::result_type result_type; LCE e1; LCE e2; e2.seed(); |

