mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-30 07:01:22 -03:00
Remove some unused variables
This commit is contained in:
@@ -227,6 +227,7 @@ void function_load(const wcstring &cmd, parser_t &parser) {
|
||||
}
|
||||
|
||||
int function_exists_no_autoload(const wcstring &cmd, const environment_t &vars) {
|
||||
(void)vars;
|
||||
if (parser_keywords_is_reserved(cmd)) return 0;
|
||||
auto funcset = function_set.acquire();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user