[systemd-commits] src/import
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Tue Feb 17 11:06:18 PST 2015
src/import/import-tar.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b89c454b37a23433f8fd6ad7b93f5a6190930aa4
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Tue Feb 17 20:06:13 2015 +0100
import: remove unused variable
diff --git a/src/import/import-tar.c b/src/import/import-tar.c
index 999aa8a..493252a 100644
--- a/src/import/import-tar.c
+++ b/src/import/import-tar.c
@@ -301,7 +301,6 @@ finish:
}
static int tar_import_job_on_open_disk(ImportJob *j) {
- _cleanup_close_pair_ int pipefd[2] = { -1 , -1 };
TarImport *i;
int r;
More information about the systemd-commits
mailing list