mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-22 15:51:18 -03:00
lint: problems with default in switch statements
This commit is contained in:
@@ -283,10 +283,6 @@ static void universal_callback(fish_message_type_t type, const wchar_t *name) {
|
||||
str = L"ERASE";
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
DIE("unhandled fish_message_type_t constant");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (str) {
|
||||
|
||||
Reference in New Issue
Block a user