From: Fariborz Jahanian Date: Tue, 9 Oct 2007 18:28:41 +0000 (+0000) Subject: Remove comment about protocols and namespace no longer relevant. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0be657cb85538ff20358b700062a17450716419b;p=clang Remove comment about protocols and namespace no longer relevant. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42804 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 4688361fc5..2ede710f52 100644 --- a/include/clang/AST/Decl.h +++ b/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,