mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 12:51:15 -03:00
lint: problems with default in switch statements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user