[cfe-commits] r158225 - /cfe/trunk/lib/Sema/SemaStmt.cpp
Richard Trieu
rtrieu at google.com
Fri Jun 8 13:10:05 PDT 2012
Author: rtrieu
Date: Fri Jun 8 15:10:05 2012
New Revision: 158225
URL: http://llvm.org/viewvc/llvm-project?rev=158225&view=rev
Log:
Remove a commented out variable declaration. This was originally a debugging
variable which wasn't removed when the original patch was committed.
Modified:
cfe/trunk/lib/Sema/SemaStmt.cpp
Modified: cfe/trunk/lib/Sema/SemaStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaStmt.cpp?rev=158225&r1=158224&r2=158225&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaStmt.cpp (original)
+++ cfe/trunk/lib/Sema/SemaStmt.cpp Fri Jun 8 15:10:05 2012
@@ -1193,7 +1193,6 @@
class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> {
llvm::SmallPtrSet<VarDecl*, 8> &Decls;
bool FoundDecl;
- //bool EvalDecl;
public:
typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
More information about the cfe-commits
mailing list