[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
This commit is contained in:
Billy Robert O'Neal III
2018-05-17 04:59:34 +00:00
parent 18147ecbe0
commit a811ab8476

View File

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