summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/PTHLexer.h
diff options
context:
space:
mode:
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;