From a8c2f76cd258ea03f82a1fc12953ca8af6b7832b Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 21 Jan 2020 16:03:22 -0500 Subject: [PATCH] Removing an accidentally duplicated line of test code to fix bots. --- clang/test/Sema/attr-capabilities.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/Sema/attr-capabilities.c b/clang/test/Sema/attr-capabilities.c index 03cebe2f659..b28c437935a 100644 --- a/clang/test/Sema/attr-capabilities.c +++ b/clang/test/Sema/attr-capabilities.c @@ -1,7 +1,6 @@ // RUN: %clang_cc1 -fsyntax-only -Wthread-safety -verify %s typedef int __attribute__((capability("role"))) ThreadRole; -typedef int __attribute__((capability("role"))) ThreadRole; struct __attribute__((shared_capability("mutex"))) Mutex {}; struct NotACapability {}; -- 2.11.0