diff options
-rw-r--r-- | lib/Sema/SemaStmt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<DeclMatcher> { llvm::SmallPtrSet<VarDecl*, 8> &Decls; bool FoundDecl; - //bool EvalDecl; public: typedef EvaluatedExprVisitor<DeclMatcher> Inherited; |