chiark / gitweb /
import: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 17 Feb 2015 19:06:13 +0000 (20:06 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 17 Feb 2015 19:06:13 +0000 (20:06 +0100)
src/import/import-tar.c

index 999aa8ab5e8c5dd9924402e7fe36b64e9cc97a47..493252a13296655df3f79fcbb43b47eae82e799f 100644 (file)
@@ -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;