diff options
Diffstat (limited to 'clang/lib/Parse/AttributeList.cpp')
-rw-r--r-- | clang/lib/Parse/AttributeList.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Parse/AttributeList.cpp b/clang/lib/Parse/AttributeList.cpp index c68a5b735bd..704d98a07e8 100644 --- a/clang/lib/Parse/AttributeList.cpp +++ b/clang/lib/Parse/AttributeList.cpp @@ -151,10 +151,6 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) { if (!memcmp(Str, "no_instrument_function", 22)) return AT_no_instrument_function; break; - case 29: - if (!memcmp(Str, "ns_ownership_make_collectable", 29)) - return AT_ns_ownership_make_collectable; - break; } return UnknownAttribute; } |