]> granicus.if.org Git - clang/commitdiff
Remove comment about protocols and namespace no longer relevant.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Oct 2007 18:28:41 +0000 (18:28 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Oct 2007 18:28:41 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42804 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 4688361fc5e77f7bf5500aa8c5314bddfc14c21b..2ede710f524745bcbb7054bd797eea4c8c30939e 100644 (file)
@@ -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,