remove sorry.

llvm-svn: 41734
This commit is contained in:
Chris Lattner 2007-09-06 00:14:09 +00:00
parent b65ef38590
commit aa4b29c52b
2 changed files with 1 additions and 2 deletions

View File

@ -165,7 +165,6 @@ void TextDiagnosticPrinter::HandleDiagnostic(Diagnostic::Level Level,
case Diagnostic::Warning: std::cerr << "warning: "; break;
case Diagnostic::Error: std::cerr << "error: "; break;
case Diagnostic::Fatal: std::cerr << "fatal error: "; break;
case Diagnostic::Sorry: std::cerr << "sorry, unimplemented: ";
break;
}

View File

@ -116,7 +116,7 @@ public:
/// Level - The level of the diagnostic
enum Level {
Ignored, Note, Warning, Error, Fatal, Sorry
Ignored, Note, Warning, Error, Fatal
};
/// isNoteWarningOrExtension - Return true if the unmapped diagnostic level of