summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nbd/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nbd/server.c b/nbd/server.c
index 838c150d8c..0910d09a6d 100644
--- a/nbd/server.c
+++ b/nbd/server.c
@@ -1495,7 +1495,6 @@ NBDExport *nbd_export_new(BlockDriverState *bs, uint64_t dev_offset,
 
     if (bitmap) {
         BdrvDirtyBitmap *bm = NULL;
-        BlockDriverState *bs = blk_bs(blk);
 
         while (true) {
             bm = bdrv_find_dirty_bitmap(bs, bitmap);