mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Remove a redundant ivar set
This commit is contained in:
parent
e5aa06991e
commit
e689a38663
1 changed files with 0 additions and 1 deletions
|
@ -575,7 +575,6 @@ bool autosuggest_validate_from_history(const history_item_t &item, file_detectio
|
|||
}
|
||||
else
|
||||
{
|
||||
detector.potential_paths = paths;
|
||||
suggestionOK = detector.paths_are_valid(paths);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue