]> granicus.if.org Git - clang/commitdiff
Remove a commented out variable declaration. This was originally a debugging
authorRichard Trieu <rtrieu@google.com>
Fri, 8 Jun 2012 20:10:05 +0000 (20:10 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 8 Jun 2012 20:10:05 +0000 (20:10 +0000)
variable which wasn't removed when the original patch was committed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158225 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaStmt.cpp

index 20b0d2f166a37b4b6470431395d003a7c67e221d..0e393149663d40b6e55e755e54ed97c44d17cdad 100644 (file)
@@ -1193,7 +1193,6 @@ public:
   class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> {
     llvm::SmallPtrSet<VarDecl*, 8> &Decls;
     bool FoundDecl;
-    //bool EvalDecl;
 
 public:
   typedef EvaluatedExprVisitor<DeclMatcher> Inherited;