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
This commit is contained in:
Fariborz Jahanian 2007-10-09 18:28:41 +00:00
Родитель 8fe5c2a902
Коммит 0be657cb85
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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