summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Wilson <will@indefiant.com>2014-05-12 21:26:54 +0000
committerWill Wilson <will@indefiant.com>2014-05-12 21:26:54 +0000
commiteab9aa54e7a9dae0a0080a6ac68d1ef2f42bd9e9 (patch)
treea63c50ac3b04b426f4a5ffa7be718cc07e888abc
parent5af5f8f0b5dc7033ffaeb13c4a93b8ff5a7af196 (diff)
downloadbcm5719-llvm-eab9aa54e7a9dae0a0080a6ac68d1ef2f42bd9e9.tar.gz
bcm5719-llvm-eab9aa54e7a9dae0a0080a6ac68d1ef2f42bd9e9.zip
Remove unused PP variable NumIncluded
llvm-svn: 208633
-rw-r--r--clang/include/clang/Lex/Preprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Lex/Preprocessor.h b/clang/include/clang/Lex/Preprocessor.h
index 33ffe7759f6..ec5c9756168 100644
--- a/clang/include/clang/Lex/Preprocessor.h
+++ b/clang/include/clang/Lex/Preprocessor.h
@@ -373,7 +373,7 @@ class Preprocessor : public RefCountedBase<Preprocessor> {
llvm::DenseMap<IdentifierInfo*, std::vector<MacroInfo*> > PragmaPushMacroInfo;
// Various statistics we track for performance analysis.
- unsigned NumDirectives, NumIncluded, NumDefined, NumUndefined, NumPragma;
+ unsigned NumDirectives, NumDefined, NumUndefined, NumPragma;
unsigned NumIf, NumElse, NumEndif;
unsigned NumEnteredSourceFiles, MaxIncludeStackDepth;
unsigned NumMacroExpanded, NumFnMacroExpanded, NumBuiltinMacroExpanded;
OpenPOWER on IntegriCloud