diff options
| author | Will Wilson <will@indefiant.com> | 2014-05-12 21:26:54 +0000 |
|---|---|---|
| committer | Will Wilson <will@indefiant.com> | 2014-05-12 21:26:54 +0000 |
| commit | eab9aa54e7a9dae0a0080a6ac68d1ef2f42bd9e9 (patch) | |
| tree | a63c50ac3b04b426f4a5ffa7be718cc07e888abc | |
| parent | 5af5f8f0b5dc7033ffaeb13c4a93b8ff5a7af196 (diff) | |
| download | bcm5719-llvm-eab9aa54e7a9dae0a0080a6ac68d1ef2f42bd9e9.tar.gz bcm5719-llvm-eab9aa54e7a9dae0a0080a6ac68d1ef2f42bd9e9.zip | |
Remove unused PP variable NumIncluded
llvm-svn: 208633
| -rw-r--r-- | clang/include/clang/Lex/Preprocessor.h | 2 |
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; |

