diff options
| -rw-r--r-- | clang/include/clang/Lex/Preprocessor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Lex/Preprocessor.h b/clang/include/clang/Lex/Preprocessor.h index b0a893a3f46..d0217f59b22 100644 --- a/clang/include/clang/Lex/Preprocessor.h +++ b/clang/include/clang/Lex/Preprocessor.h @@ -265,8 +265,6 @@ public: /// std::string). IdentifierInfo *getIdentifierInfo(const char *NameStart, const char *NameEnd) { - // If we are in a "#if 0" block, don't bother lookup up identifiers. - if (isSkipping()) return 0; return &Identifiers.get(NameStart, NameEnd); } IdentifierInfo *getIdentifierInfo(const char *NameStr) { |

