forked from OSchip/llvm-project
Remove a comment-out llvm::errs debugging code, NFC.
This commit is contained in:
parent
df06f4ff22
commit
e16a4efdc6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue