mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove an unused variable
This commit is contained in:
parent
35b3f7fee8
commit
bf40f84b06
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue