diff options
Diffstat (limited to 'block/backup.c')
-rw-r--r-- | block/backup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/backup.c b/block/backup.c index 581269b29a..f87f8d539b 100644 --- a/block/backup.c +++ b/block/backup.c @@ -489,7 +489,6 @@ void backup_start(BlockDriverState *bs, BlockDriverState *target, assert(bs); assert(target); - assert(cb); if (bs == target) { error_setg(errp, "Source and target cannot be the same"); |