From 5dc4b92b606351290d979371da4a500ce8f6a57e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 23 Aug 1999 22:15:17 +0000 Subject: * Fix jobserver algorithm again. * A couple of nits. * Fix considered pruning for double-colon rules. --- job.h | 1 - 1 file changed, 1 deletion(-) (limited to 'job.h') diff --git a/job.h b/job.h index 4c5e7e5..00e9599 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; -- cgit v1.2.3