Remove comment about protocols and namespace no longer relevant.

llvm-svn: 42804
This commit is contained in:
Fariborz Jahanian 2007-10-09 18:28:41 +00:00
parent c8e7a93b02
commit eb2b34a9a5
1 changed files with 0 additions and 2 deletions

View 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,