Remove an unused variable

This commit is contained in:
ridiculousfish 2016-02-22 03:37:03 -08:00
parent 5b0996fd80
commit 35160db268

View file

@ -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)
{