aboutsummaryrefslogtreecommitdiff
path: root/include/block
diff options
context:
space:
mode:
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>2021-12-15 07:11:38 -0500
committerKevin Wolf <kwolf@redhat.com>2022-01-14 12:03:16 +0100
commitfa8fc1d09f9b4deaf764420ac11d8b3c88f8af60 (patch)
tree23c6c29882154af47eeee0f307e1333815b1f6d2 /include/block
parent67b6526cf042f22521feff5ea521a05d3dd2bf8f (diff)
downloadqemu-fa8fc1d09f9b4deaf764420ac11d8b3c88f8af60.zip
qemu-fa8fc1d09f9b4deaf764420ac11d8b3c88f8af60.tar.gz
qemu-fa8fc1d09f9b4deaf764420ac11d8b3c88f8af60.tar.bz2
block_int: make bdrv_backing_overridden static
bdrv_backing_overridden is only used in block.c, so there is no need to leave it in block_int.h Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20211215121140.456939-2-eesposit@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r--include/block/block_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/block/block_int.h b/include/block/block_int.h
index f4c75e8..27008cf 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -1122,9 +1122,6 @@ BlockDriver *bdrv_probe_all(const uint8_t *buf, int buf_size,
void bdrv_parse_filename_strip_prefix(const char *filename, const char *prefix,
QDict *options);
-bool bdrv_backing_overridden(BlockDriverState *bs);
-
-
/**
* bdrv_add_aio_context_notifier:
*