diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h index 4688361fc5e7..2ede710f5247 100644 --- a/clang/include/clang/AST/Decl.h +++ b/clang/include/clang/AST/Decl.h @@ -78,8 +78,6 @@ public: /// IdentifierNamespace - According to C99 6.2.3, there are four namespaces, /// labels, tags, members and ordinary identifiers. - /// Objective-c protocols have their own namespace, so a protocol can have - /// the same name as category, class, struct, typedef, etc. enum IdentifierNamespace { IDNS_Label, IDNS_Tag,