summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-04-16 19:51:29 -0400
committerPaul Smith <psmith@gnu.org>2013-04-16 19:51:29 -0400
commit50e2cb1b1ae989407ce0f34498776bb0175b3358 (patch)
tree312c6b6fbdc1a1912ac99a785e19b4a9e20f206a /job.c
parent330d97a9ba12c35d271ebf003183c523b582fabe (diff)
downloadgunmake-50e2cb1b1ae989407ce0f34498776bb0175b3358.tar.gz
Some cleanups for Windows builds after the output-sync option.
Note currently output-sync is not supported on Windows.
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/job.c b/job.c
index df1991b..d88fc57 100644
--- a/job.c
+++ b/job.c
@@ -557,10 +557,6 @@ child_handler (int sig UNUSED)
static int
assign_child_tempfiles (struct child *c, int combined)
{
- FILE *outstrm = NULL, *errstrm = NULL;
- const char *suppressed = "output-sync suppressed: ";
- char *failmode = NULL;
-
/* If we already have a temp file assigned we're done. */
if (c->outfd != -1 && c->errfd != -1)
return 1;