diff options
| author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-17 20:06:13 +0100 | 
|---|---|---|
| committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-17 20:06:13 +0100 | 
| commit | b89c454b37a23433f8fd6ad7b93f5a6190930aa4 (patch) | |
| tree | 0f5aedea8ffe892080e6ca50637b0f1ab92f23de /src | |
| parent | 0370612e0522191f929e3feb7d4937fff3d421e2 (diff) | |
import: remove unused variable
Diffstat (limited to 'src')
| -rw-r--r-- | src/import/import-tar.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/import/import-tar.c b/src/import/import-tar.c index 999aa8ab5e..493252a132 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; | 
