summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
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;