Remove some obsolete job flags

These flags were used by the old parser, but not by the new one.
This commit is contained in:
Kevin Ballard
2014-10-13 18:33:55 -07:00
parent 07e4170418
commit 4568359e27
2 changed files with 2 additions and 12 deletions

View File

@@ -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);
}