diff options
author | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-29 13:39:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 13:39:47 +0200 |
commit | fe685ffb7fab5e925f2956ff12b041b591002ba8 (patch) | |
tree | 506f2b4edb4321f8970c610fc9a0fca2703db822 /src/import/pull-raw.c | |
parent | a7c899138358f1a2fda5b62ed73b3d40931422ef (diff) | |
parent | 6eeec374c19e3be196d8e5011bcc28073a4eb8d2 (diff) |
Merge pull request #5852 from phomes/trivial
Trivial cleanups
Diffstat (limited to 'src/import/pull-raw.c')
-rw-r--r-- | src/import/pull-raw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/import/pull-raw.c b/src/import/pull-raw.c index fd2e472f09..a15eac1f1f 100644 --- a/src/import/pull-raw.c +++ b/src/import/pull-raw.c @@ -580,7 +580,6 @@ static int raw_pull_job_on_open_disk_generic( const char *extra, char **temp_path) { - _cleanup_free_ char *p = NULL; int r; assert(i); |