From d0a664d102bb0886dbaf844b6857749f70702ea3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 16:55:18 -0400 Subject: Fixed several unused value and param warnings --- src/stream.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stream.cc') diff --git a/src/stream.cc b/src/stream.cc index cf85f2d4..2c255108 100644 --- a/src/stream.cc +++ b/src/stream.cc @@ -72,8 +72,6 @@ namespace { throw std::logic_error("Failed to fork child process"); } else if (status == 0) { // child - const char *arg0; - // Duplicate pipe's reading end into stdin status = dup2(pfd[0], STDIN_FILENO); if (status == -1) -- cgit v1.2.3