Remove a redundant ivar set

This commit is contained in:
ridiculousfish 2014-09-22 10:24:10 -07:00
parent e5aa06991e
commit e689a38663

View file

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