r208633 - Remove unused PP variable NumIncluded

Will Wilson will at indefiant.com
Mon May 12 14:26:54 PDT 2014


Author: lantictac
Date: Mon May 12 16:26:54 2014
New Revision: 208633

URL: http://llvm.org/viewvc/llvm-project?rev=208633&view=rev
Log:
Remove unused PP variable NumIncluded

Modified:
    cfe/trunk/include/clang/Lex/Preprocessor.h

Modified: cfe/trunk/include/clang/Lex/Preprocessor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Preprocessor.h?rev=208633&r1=208632&r2=208633&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/Preprocessor.h (original)
+++ cfe/trunk/include/clang/Lex/Preprocessor.h Mon May 12 16:26:54 2014
@@ -373,7 +373,7 @@ class Preprocessor : public RefCountedBa
   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;





More information about the cfe-commits mailing list