mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Remove additional dead code from old parser
This commit is contained in:
@@ -3743,7 +3743,7 @@ int builtin_run(parser_t &parser, const wchar_t * const *argv, const io_chain_t
|
||||
|
||||
if (argv[1] != 0 && !internal_help(argv[0]))
|
||||
{
|
||||
if (argv[2] == 0 && (parser.is_help(argv[1], 0)))
|
||||
if (argv[2] == 0 && (parse_util_argument_is_help(argv[1], 0)))
|
||||
{
|
||||
builtin_print_help(parser, argv[0], stdout_buffer);
|
||||
return STATUS_BUILTIN_OK;
|
||||
|
||||
Reference in New Issue
Block a user