chiark / gitweb /
unit: use weaker dependencies between mount and device units in --user mode
[elogind.git] / 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;