summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/PTHLexer.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-11-12 23:13:54 +0000
committerTed Kremenek <kremenek@apple.com>2008-11-12 23:13:54 +0000
commitd6a2e7d71e9a910c45a3eb0268a5d94635003d58 (patch)
tree17c208f99eaa5e4b60d56cc6fc5060af02bcc51e /include/clang/Lex/PTHLexer.h
parent2c71d0f00e40b7b0a85561d430f52247b9c6e7f2 (diff)
Move some diagnostic handling to PreprocessorLexer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/PTHLexer.h')
-rw-r--r--include/clang/Lex/PTHLexer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Lex/PTHLexer.h b/include/clang/Lex/PTHLexer.h
index cdca3419a2..2985b24cb5 100644
--- a/include/clang/Lex/PTHLexer.h
+++ b/include/clang/Lex/PTHLexer.h
@@ -19,10 +19,6 @@
namespace clang {
class PTHLexer : public PreprocessorLexer {
-
- /// PP - Preprocessor.
- Preprocessor& PP;
-
/// FileLoc - Location for the start of the file.
///
SourceLocation FileLoc;