The tfile field of struct Job isn't used anymore since revision 1.22 so

remove it now.
This commit is contained in:
harti 2005-04-05 07:32:12 +00:00
parent 9c5eef63b7
commit 21d8737201

View File

@ -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 */
/*