Skip to content

Commit

Permalink
block: Remove unused struct definition BlockFinishData
Browse files Browse the repository at this point in the history
Unused since 94db6d2.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
  • Loading branch information
Fam Zheng authored and XanClic committed Feb 2, 2016
1 parent 3425039 commit e43f7f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions blockjob.c
Expand Up @@ -278,14 +278,6 @@ void block_job_iostatus_reset(BlockJob *job)
}
}

struct BlockFinishData {
BlockJob *job;
BlockCompletionFunc *cb;
void *opaque;
bool cancelled;
int ret;
};

static int block_job_finish_sync(BlockJob *job,
void (*finish)(BlockJob *, Error **errp),
Error **errp)
Expand Down

0 comments on commit e43f7f6

Please sign in to comment.