summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2018-05-17 04:59:34 +0000
committerBilly Robert O'Neal III <bion@microsoft.com>2018-05-17 04:59:34 +0000
commit8b3e138aadf9285e13fe2fbbc81cd3e5d29d9e97 (patch)
tree89d5ff86e87c53bae92f4f221c4d264b36e9c4a6 /libcxx
parentdfbb9416695e04efbdd057c2a5b9afe62dda3963 (diff)
downloadbcm5719-llvm-8b3e138aadf9285e13fe2fbbc81cd3e5d29d9e97.tar.gz
bcm5719-llvm-8b3e138aadf9285e13fe2fbbc81cd3e5d29d9e97.zip
[libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp
llvm-svn: 332571
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp1
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();
OpenPOWER on IntegriCloud