From 5bf3f8e4f71e46f80b76dc8a03cc0c37cad5cde0 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 27 Jul 2011 20:12:00 +0200 Subject: block: Removed unused function bdrv_write_sync Signed-off-by: Frediano Ziglio Signed-off-by: Kevin Wolf --- block.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'block.h') diff --git a/block.h b/block.h index 59cc410..e672bc6 100644 --- a/block.h +++ b/block.h @@ -85,8 +85,6 @@ int bdrv_pwrite(BlockDriverState *bs, int64_t offset, const void *buf, int count); int bdrv_pwrite_sync(BlockDriverState *bs, int64_t offset, const void *buf, int count); -int bdrv_write_sync(BlockDriverState *bs, int64_t sector_num, - const uint8_t *buf, int nb_sectors); int bdrv_truncate(BlockDriverState *bs, int64_t offset); int64_t bdrv_getlength(BlockDriverState *bs); int64_t bdrv_get_allocated_file_size(BlockDriverState *bs); -- cgit v1.1