The tfile field of struct Job isn't used anymore since revision 1.22 so
remove it now.
This commit is contained in:
parent
9c5eef63b7
commit
21d8737201
@ -147,9 +147,6 @@ __FBSDID("$FreeBSD$");
|
||||
typedef struct Job {
|
||||
int pid; /* The child's process ID */
|
||||
|
||||
/* Temporary file to use for job */
|
||||
char tfile[sizeof(TMPPAT)];
|
||||
|
||||
struct GNode *node; /* The target the child is making */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user