block: Remove unused struct definition BlockFinishData

Unused since 94db6d2d3.

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>
stable-2.6
Fam Zheng 2016-01-28 11:57:13 +08:00 committed by Max Reitz
parent 34250395fe
commit e43f7f6f46
1 changed files with 0 additions and 8 deletions

View File

@ -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)