From e16a4efdc6f429eabfb47ef90d40fcb6b6e362ad Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Tue, 2 Jun 2020 15:40:09 +0200 Subject: [PATCH] Remove a comment-out llvm::errs debugging code, NFC. --- clang/lib/AST/Stmt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/AST/Stmt.cpp b/clang/lib/AST/Stmt.cpp index 550f5aa..ce76d49 100644 --- a/clang/lib/AST/Stmt.cpp +++ b/clang/lib/AST/Stmt.cpp @@ -273,7 +273,6 @@ SourceRange Stmt::getSourceRange() const { } SourceLocation Stmt::getBeginLoc() const { - // llvm::errs() << "getBeginLoc() for " << getStmtClassName() << "\n"; switch (getStmtClass()) { case Stmt::NoStmtClass: llvm_unreachable("statement without class"); #define ABSTRACT_STMT(type) -- 2.7.4