mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 15:10:37 +08:00
[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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user