mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Remove an unused variable
This commit is contained in:
@@ -3180,7 +3180,6 @@ void reader_data_t::handle_readline_command(readline_cmd_t c, readline_loop_stat
|
||||
}
|
||||
|
||||
case rl::expand_abbr: {
|
||||
editable_line_t *el = active_edit_line();
|
||||
if (expand_abbreviation_as_necessary(1)) {
|
||||
super_highlight_me_plenty();
|
||||
mark_repaint_needed();
|
||||
|
||||
Reference in New Issue
Block a user