mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Removed multiple delcartions of path_list from autoload_names() in fuction.cpp
This commit is contained in:
parent
3ba6e9db5d
commit
f78c4fa751
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ static void autoload_names( array_list_t *out, int get_hidden )
|
|||
{
|
||||
size_t i;
|
||||
|
||||
array_list_t path_list;
|
||||
const wcstring path_var_wstr = env_get_string( L"fish_function_path" );
|
||||
const wchar_t *path_var = path_var_wstr.empty()?NULL:path_var_wstr.c_str();
|
||||
|
||||
|
|
Loading…
Reference in a new issue