Fix more -Wshadow warnings introduced by recent Clang change

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@299411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-04-04 02:54:27 +00:00
parent 0867373a5c
commit 607e0c71ec
6 changed files with 0 additions and 7 deletions

View File

@@ -216,7 +216,6 @@ void test_throws()
#ifndef TEST_HAS_NO_EXCEPTIONS
using T = ThrowAssign;
{
using T = ThrowAssign;
optional<T> opt;
try {
opt = 42;