mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
lint: problems with default in switch statements
This commit is contained in:
@@ -613,10 +613,6 @@ bool pager_t::select_next_completion_in_direction(selection_direction_t directio
|
||||
// These do nothing.
|
||||
return false;
|
||||
}
|
||||
default: {
|
||||
DIE("unhandled selection_direction_t constant");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user