mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +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
|
else
|
||||||
{
|
{
|
||||||
detector.potential_paths = paths;
|
|
||||||
suggestionOK = detector.paths_are_valid(paths);
|
suggestionOK = detector.paths_are_valid(paths);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue