I hate pointless default statements

llvm-svn: 120402
This commit is contained in:
Douglas Gregor 2010-11-30 06:40:00 +00:00
parent 2f53a0bbf2
commit 3c9deef16a
1 changed files with 0 additions and 1 deletions

View File

@ -965,7 +965,6 @@ const char *Type::getTypeClassName() const {
const char *BuiltinType::getName(const LangOptions &LO) const {
switch (getKind()) {
default: assert(0 && "Invalid builtin type!");
case Void: return "void";
case Bool: return LO.Bool ? "bool" : "_Bool";
case Char_S: return "char";