mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 10:11:13 -03:00
Remove some obsolete job flags
These flags were used by the old parser, but not by the new one.
This commit is contained in:
@@ -972,7 +972,6 @@ parse_execution_result_t parse_execution_context_t::populate_plain_process(job_t
|
||||
/* If we were not able to expand any wildcards, here is the first one that failed */
|
||||
if (unmatched_wildcard != NULL)
|
||||
{
|
||||
job_set_flag(job, JOB_WILDCARD_ERROR, 1);
|
||||
return report_unmatched_wildcard_error(*unmatched_wildcard);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user