mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 05:41:14 -03:00
Remove vars parameter from function_exists_no_autoload
This variable was unused.
This commit is contained in:
@@ -77,7 +77,7 @@ int function_exists(const wcstring &name, parser_t &parser);
|
||||
void function_load(const wcstring &name, parser_t &parser);
|
||||
|
||||
/// Returns true if the function with the name name exists, without triggering autoload.
|
||||
int function_exists_no_autoload(const wcstring &name, const environment_t &vars);
|
||||
int function_exists_no_autoload(const wcstring &name);
|
||||
|
||||
/// Returns all function names.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user