diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-20 05:41:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-20 05:41:43 +0000 |
commit | 2bac0f6b3724734d7bb7bf8231bd8511cb49570f (patch) | |
tree | 2ca9c5e8c5c474acd2b63537f3357d6862cfb749 /lib/Sema/Sema.h | |
parent | 8469265156c6344fa1100a6a7bf6349acc187d9f (diff) |
remove some other identifiers that are looked up really early and only
used in one cold place.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59709 91177308-0d34-0410-b5e6-96231b3b80d8
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 |