Removing an accidentally duplicated line of test code to fix bots.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 21 Jan 2020 21:03:22 +0000 (16:03 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 21 Jan 2020 21:03:22 +0000 (16:03 -0500)
clang/test/Sema/attr-capabilities.c

index 03cebe2f6596b0bc79a6ae0b037e511714e704d7..b28c437935a130e0a0ec011f5f0d3e4aa4aec707 100644 (file)
@@ -1,6 +1,5 @@
 // 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 {};