summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-08-23 22:15:17 +0000
committerPaul Smith <psmith@gnu.org>1999-08-23 22:15:17 +0000
commitce43b9c7bf531d0f988c4d23fb96682fb8f00acc (patch)
treeb8d06830fdf21258b23c4759a4ae0ca53b1f5bea /job.h
parent6ce34fe75d00b3491f2b743bc095aa55f3afbd9c (diff)
downloadmake-ce43b9c7bf531d0f988c4d23fb96682fb8f00acc.tar.gz
* Fix jobserver algorithm again.
* A couple of nits. * Fix considered pruning for double-colon rules.
Diffstat (limited to 'job.h')
-rw-r--r--job.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/job.h b/job.h
index 4c5e7e51..00e9599c 100644
--- a/job.h
+++ b/job.h
@@ -46,7 +46,6 @@ struct child
unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */
unsigned int deleted:1; /* Nonzero if targets have been deleted. */
- char job_token; /* The token read from the job pipe. */
};
extern struct child *children;