mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Remove an unused variable
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user