From 8cdc8008c36bd03e44e43aef3fc84ff20df7bd34 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 16 May 2007 05:38:01 +0000 Subject: Corrected problem with uninitialized value_t's. --- src/main.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index d50137b6..4fe41be2 100644 --- a/src/main.cc +++ b/src/main.cc @@ -216,8 +216,6 @@ static int read_and_report(ledger::report_t * report, int argc, char * argv[], 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