[llvm-branch-commits] [cfe-branch] r159654 - /cfe/branches/tooling/lib/ASTMatchers/ASTMatchFinder.cpp

Manuel Klimek klimek at google.com
Tue Jul 3 01:32:21 PDT 2012


Author: klimek
Date: Tue Jul  3 03:32:21 2012
New Revision: 159654

URL: http://llvm.org/viewvc/llvm-project?rev=159654&view=rev
Log:
Removes unused private field.


Modified:
    cfe/branches/tooling/lib/ASTMatchers/ASTMatchFinder.cpp

Modified: cfe/branches/tooling/lib/ASTMatchers/ASTMatchFinder.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/tooling/lib/ASTMatchers/ASTMatchFinder.cpp?rev=159654&r1=159653&r2=159654&view=diff
==============================================================================
--- cfe/branches/tooling/lib/ASTMatchers/ASTMatchFinder.cpp (original)
+++ cfe/branches/tooling/lib/ASTMatchers/ASTMatchFinder.cpp Tue Jul  3 03:32:21 2012
@@ -207,7 +207,6 @@
                   clang::LangOptions *LanguageOptions)
      : Triggers(Triggers),
        VisitorSourceManager(VisitorSourceManager),
-       LanguageOptions(LanguageOptions),
        ActiveASTContext(NULL) {
     assert(VisitorSourceManager != NULL);
     assert(LanguageOptions != NULL);
@@ -390,7 +389,6 @@
   std::vector< std::pair<const UntypedBaseMatcher*,
                MatchFinder::MatchCallback*> > *const Triggers;
   clang::SourceManager *const VisitorSourceManager;
-  clang::LangOptions *const LanguageOptions;
   clang::ASTContext *ActiveASTContext;
 
   // Maps a canonical type to the names of its typedefs.





More information about the llvm-branch-commits mailing list