From 10b1201f8247c1e151c8ec800520203114d31343 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 7 Mar 2011 17:28:50 +1100 Subject: [PATCH] Fix more of the dodgy merge. --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index b5ed5de..2ffd6f9 100644 --- a/main.c +++ b/main.c @@ -366,7 +366,6 @@ static void decompress_file(void) fd_hist = open(control.outfile, O_RDONLY); if (unlikely(fd_hist == -1)) fatal("Failed to open history file %s\n", control.outfile); - control.fd_hist = fd_hist; /* Unlink temporary file as soon as possible */ if (unlikely((STDOUT || TEST_ONLY) && unlink(control.outfile)))