diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index db75513b1a..ab465247c8 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -192,10 +192,6 @@ public: /// This list is populated upon the creation of a Sema object. IdentifierInfo* KnownFunctionIDs[id_num_known_functions]; - /// Identifiers for builtin ObjC typedef names. - IdentifierInfo *Ident_id, *Ident_Class; // "id", "Class" - IdentifierInfo *Ident_SEL, *Ident_Protocol; // "SEL", "Protocol" - /// Identifiers used by the C++ language IdentifierInfo *Ident_StdNs; // "std" IdentifierInfo *Ident_TypeInfo; // "type_info" - lazily created |