]> www.infradead.org Git - users/dwmw2/qemu.git/commit
qcow2: Drop debugging dump_refcounts()
authorEric Blake <eblake@redhat.com>
Wed, 9 Aug 2017 20:38:07 +0000 (15:38 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Aug 2017 11:23:45 +0000 (13:23 +0200)
commitc40fe9c06c35fa8076f9a0daeea5c8684d773645
tree8174e90bb19d09a5de9b4ef49946e0eca032f3ce
parent81caa3cc3bdd9f5406130ee5bea94d5d7ee6e2e2
qcow2: Drop debugging dump_refcounts()

It's been #if 0'd since its introduction in 2006, commit 585f8587.
We can revive dead code if we need it, but in the meantime, it has
bit-rotted (for example, not checking for failure in bdrv_getlength()).

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c