diff options
Diffstat (limited to 'include/clang/Parse/AttributeList.h')
-rw-r--r-- | include/clang/Parse/AttributeList.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Parse/AttributeList.h b/include/clang/Parse/AttributeList.h index c5b058202c..7775981baf 100644 --- a/include/clang/Parse/AttributeList.h +++ b/include/clang/Parse/AttributeList.h @@ -56,7 +56,6 @@ public: AT_fastcall, AT_format, AT_IBOutlet, // Clang-specific. - AT_malloc, AT_mode, AT_noinline, AT_nonnull, |