From d6a2e7d71e9a910c45a3eb0268a5d94635003d58 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 12 Nov 2008 23:13:54 +0000 Subject: Move some diagnostic handling to PreprocessorLexer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59191 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/PTHLexer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/clang/Lex/PTHLexer.h') 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; -- cgit v1.2.3