803fb7
From 2bbdb63f7e5f125e1259b0fcfcea8226c5ae4e58 Mon Sep 17 00:00:00 2001
803fb7
From: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
803fb7
Date: Tue, 17 Feb 2015 20:06:13 +0100
803fb7
Subject: [PATCH] import: remove unused variable
803fb7
803fb7
(cherry picked from commit b89c454b37a23433f8fd6ad7b93f5a6190930aa4)
803fb7
---
803fb7
 src/import/import-tar.c | 1 -
803fb7
 1 file changed, 1 deletion(-)
803fb7
803fb7
diff --git a/src/import/import-tar.c b/src/import/import-tar.c
803fb7
index 999aa8ab5..493252a13 100644
803fb7
--- a/src/import/import-tar.c
803fb7
+++ b/src/import/import-tar.c
803fb7
@@ -301,7 +301,6 @@ finish:
803fb7
 }
803fb7
 
803fb7
 static int tar_import_job_on_open_disk(ImportJob *j) {
803fb7
-        _cleanup_close_pair_ int pipefd[2] = { -1 , -1 };
803fb7
         TarImport *i;
803fb7
         int r;
803fb7