aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2016-09-15 17:52:59 +0300
committerKevin Wolf <kwolf@redhat.com>2016-09-23 13:36:10 +0200
commit38b5e4c3dc6d713eae340341ee139c12d5c1a21e (patch)
tree129be5eaa9f5f84a2be5d9fd37445aec981fab2c /include
parentc2519009b428fb19a9fdbc707e786b1cebd4994f (diff)
downloadqemu-38b5e4c3dc6d713eae340341ee139c12d5c1a21e.zip
qemu-38b5e4c3dc6d713eae340341ee139c12d5c1a21e.tar.gz
qemu-38b5e4c3dc6d713eae340341ee139c12d5c1a21e.tar.bz2
block: Remove bdrv_is_snapshot
This is unnecessary and has been unused since 5433c24f0f9306c82ad9bcc. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/block/block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/block/block.h b/include/block/block.h
index ffecebf..f374e1a 100644
--- a/include/block/block.h
+++ b/include/block/block.h
@@ -414,7 +414,6 @@ void bdrv_get_full_backing_filename_from_filename(const char *backed,
const char *backing,
char *dest, size_t sz,
Error **errp);
-int bdrv_is_snapshot(BlockDriverState *bs);
int path_has_protocol(const char *path);
int path_is_absolute(const char *path);