aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-11-19 14:23:14 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-11-19 14:23:14 +0000
commitfad03b2b38a3baea4b67e79e676fee15078e3258 (patch)
tree3a64767844c46fbb0e0efee2a28b6c1af316e0da /lib/Lex/Preprocessor.cpp
parent371d16f45aeec61c1d07687f763d92137e133642 (diff)
Remove Preprocessor::CacheTokens boolean data member. The same functionality can be provided by using Preprocessor::isBacktrackEnabled().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/Preprocessor.cpp')
-rw-r--r--lib/Lex/Preprocessor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Lex/Preprocessor.cpp b/lib/Lex/Preprocessor.cpp
index 2d4d3a7324..5e97326994 100644
--- a/lib/Lex/Preprocessor.cpp
+++ b/lib/Lex/Preprocessor.cpp
@@ -69,7 +69,6 @@ Preprocessor::Preprocessor(Diagnostic &diags, const LangOptions &opts,
InMacroArgs = false;
NumCachedTokenLexers = 0;
- CacheTokens = false;
CachedLexPos = 0;
// "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.