mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Remove an unused variable
This commit is contained in:
parent
5b0996fd80
commit
35160db268
1 changed files with 0 additions and 4 deletions
|
@ -881,10 +881,6 @@ void completer_t::complete_cmd(const wcstring &str_cmd, bool use_function, bool
|
|||
|
||||
std::vector<completion_t> possible_comp;
|
||||
|
||||
env_var_t cdpath = this->vars.get(L"CDPATH");
|
||||
if (cdpath.missing_or_empty())
|
||||
cdpath = L".";
|
||||
|
||||
if (use_command)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue