Remove a comment-out llvm::errs debugging code, NFC.

This commit is contained in:
Haojian Wu 2020-06-02 15:40:09 +02:00
parent df06f4ff22
commit e16a4efdc6
1 changed files with 0 additions and 1 deletions

View File

@ -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)