aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_execution.cpp
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-10-13 18:33:55 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-10-13 18:33:55 -0700
commit4568359e27e4e1f5c07ad1dd533c55e3d58bdd64 (patch)
treed04c9fd90cba4995f42827e3f5e162a399ab873a /parse_execution.cpp
parent07e417041863fc1639b00599acac690635c657f5 (diff)
Remove some obsolete job flags
These flags were used by the old parser, but not by the new one.
Diffstat (limited to 'parse_execution.cpp')
-rw-r--r--parse_execution.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse_execution.cpp b/parse_execution.cpp
index b01b6f5e..fb9c9718 100644
--- a/parse_execution.cpp
+++ b/parse_execution.cpp
@@ -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);
}