forked from OSchip/llvm-project
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:
parent
41e6fd1df9
commit
10c9246682
|
@ -1193,7 +1193,6 @@ public:
|
|||
class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> {
|
||||
llvm::SmallPtrSet<VarDecl*, 8> &Decls;
|
||||
bool FoundDecl;
|
||||
//bool EvalDecl;
|
||||
|
||||
public:
|
||||
typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
|
||||
|
|
Loading…
Reference in New Issue