diff --git a/clang/lib/AST/Stmt.cpp b/clang/lib/AST/Stmt.cpp index 550f5aa338f1c..ce76d4941b32b 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)