Remove a commented out variable declaration. This was originally a debugging

variable which wasn't removed when the original patch was committed.

llvm-svn: 158225
This commit is contained in:
Richard Trieu 2012-06-08 20:10:05 +00:00
parent 41e6fd1df9
commit 10c9246682
1 changed files with 0 additions and 1 deletions

View 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;