Skip to content

Commit

Permalink
block.h: bdrv_create2 doesn't exist any more
Browse files Browse the repository at this point in the history
The bdrv_create2 implementation has disappeared long ago. Remove its
prototype from the header file, too.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
  • Loading branch information
kevmw committed Apr 23, 2010
1 parent 3cc128b commit 85de0ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions block.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ BlockDriver *bdrv_find_format(const char *format_name);
BlockDriver *bdrv_find_whitelisted_format(const char *format_name);
int bdrv_create(BlockDriver *drv, const char* filename,
QEMUOptionParameter *options);
int bdrv_create2(BlockDriver *drv,
const char *filename, int64_t size_in_sectors,
const char *backing_file, const char *backing_format,
int flags);
BlockDriverState *bdrv_new(const char *device_name);
void bdrv_delete(BlockDriverState *bs);
int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);
Expand Down

0 comments on commit 85de0ba

Please sign in to comment.