From f11e923433b62efb0fbaeb2573e8457f1c4a1b1e Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 25 Oct 2011 01:05:41 +0000 Subject: [PATCH] Tidy up testcase from r142890, spotted by Chandler. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142895 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/warn-thread-safety-analysis.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/SemaCXX/warn-thread-safety-analysis.cpp b/test/SemaCXX/warn-thread-safety-analysis.cpp index 83e0ff08b9..b020e5712a 100644 --- a/test/SemaCXX/warn-thread-safety-analysis.cpp +++ b/test/SemaCXX/warn-thread-safety-analysis.cpp @@ -1524,10 +1524,6 @@ namespace template_member_test { } }; - struct MutexWrapper { - typedef Mutex Lock; - }; - - template struct IndirectLock; // expected-note {{here}} + template struct IndirectLock; // expected-note {{here}} } -- 2.40.0