Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): remove unused declarations from job.h



details:   https://anonhg.NetBSD.org/src/rev/c74b5f7454f4
branches:  trunk
changeset: 943124:c74b5f7454f4
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Aug 27 06:18:22 2020 +0000

description:
make(1): remove unused declarations from job.h

diffstat:

 usr.bin/make/job.h |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r c0eba112c9d8 -r c74b5f7454f4 usr.bin/make/job.h
--- a/usr.bin/make/job.h        Thu Aug 27 06:13:53 2020 +0000
+++ b/usr.bin/make/job.h        Thu Aug 27 06:18:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: job.h,v 1.45 2020/08/22 08:01:34 rillig Exp $  */
+/*     $NetBSD: job.h,v 1.46 2020/08/27 06:18:22 rillig Exp $  */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -163,7 +163,7 @@
                                 * commands */
 #define JOB_TRACED     0x400   /* we've sent 'set -x' */
 
-    int                 jobPipe[2];    /* Pipe for readind output from job */
+    int                 jobPipe[2];    /* Pipe for reading output from job */
     struct pollfd *inPollfd;   /* pollfd associated with inPipe */
     char       outBuf[JOB_BUFSIZE + 1];
                                /* Buffer for storing the output of the
@@ -250,19 +250,16 @@
 const char *Shell_GetNewline(void);
 void Job_Touch(GNode *, Boolean);
 Boolean Job_CheckCommands(GNode *, void (*abortProc )(const char *, ...));
-#define CATCH_BLOCK    1
 void Job_CatchChildren(void);
 void Job_CatchOutput(void);
 void Job_Make(GNode *);
 void Job_Init(void);
-Boolean Job_Full(void);
 Boolean Job_Empty(void);
 ReturnStatus Job_ParseShell(char *);
 int Job_Finish(void);
 void Job_End(void);
 void Job_Wait(void);
 void Job_AbortAll(void);
-void JobFlagForMigration(int);
 void Job_TokenReturn(void);
 Boolean Job_TokenWithdraw(void);
 void Job_ServerStart(int, int, int);



Home | Main Index | Thread Index | Old Index