From: Richard Trieu Date: Fri, 8 Jun 2012 20:10:05 +0000 (+0000) Subject: Remove a commented out variable declaration. This was originally a debugging X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a248e9c1dd56af68aba419e9717d369c5e61210a;p=clang Remove a commented out variable declaration. This was originally a debugging 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 --- diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index 20b0d2f166..0e39314966 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -1193,7 +1193,6 @@ public: class DeclMatcher : public EvaluatedExprVisitor { llvm::SmallPtrSet &Decls; bool FoundDecl; - //bool EvalDecl; public: typedef EvaluatedExprVisitor Inherited;