mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Remove unused variable
This commit is contained in:
@@ -5493,7 +5493,6 @@ fn update_autosuggestion(&mut self) {
|
||||
}
|
||||
|
||||
let el = &self.data.command_line;
|
||||
let autosuggestion = &self.autosuggestion;
|
||||
if self.is_at_line_with_autosuggestion() {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user