lint: problems with default in switch statements

This commit is contained in:
Kurtis Rader
2016-11-02 18:29:14 -07:00
parent 72e687296b
commit f05fe4e292
11 changed files with 44 additions and 39 deletions

View File

@@ -868,10 +868,6 @@ wcstring block_t::description() const {
result.append(L"breakpoint");
break;
}
default: {
DIE("unhandled block_type_t constant");
break;
}
}
if (this->src_lineno >= 0) {