Remove unused variable

This commit is contained in:
Fabian Boehm
2026-01-21 17:47:43 +01:00
parent 23fb01f921
commit 8fcd6524db

View File

@@ -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;
}