summaryrefslogtreecommitdiff
path: root/block/qcow2.h
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2011-08-25 09:29:32 +0200
committerKevin Wolf <kwolf@redhat.com>2011-08-25 15:23:10 +0200
commit2f4b7593674e986e60b0b0f1a46707e0e149eb6d (patch)
tree1797a07136ed89cac21dad3bc907ba6274535ab7 /block/qcow2.h
parent35ee5e39c50fda3e6bd5ded74d57beb6c0276cff (diff)
downloadqemu-2f4b7593674e986e60b0b0f1a46707e0e149eb6d.tar.gz
qcow2: remove unused qcow2_create_refcount_update function
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/qcow2.h')
-rw-r--r--block/qcow2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/qcow2.h b/block/qcow2.h
index de23abe1a4..c8ca3bc574 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -189,8 +189,6 @@ void qcow2_free_clusters(BlockDriverState *bs,
void qcow2_free_any_clusters(BlockDriverState *bs,
uint64_t cluster_offset, int nb_clusters);
-void qcow2_create_refcount_update(QCowCreateState *s, int64_t offset,
- int64_t size);
int qcow2_update_snapshot_refcount(BlockDriverState *bs,
int64_t l1_table_offset, int l1_size, int addend);