From: Ján Tomko Date: Mon, 27 Jul 2020 23:32:21 +0000 (+0200) Subject: storage: logical: drop unused PV_BLANK_SECTOR_SIZE X-Git-Tag: v6.7.0-rc1~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1945db1040313755bfdc4f05f0925df9a1186d5;p=thirdparty%2Flibvirt.git storage: logical: drop unused PV_BLANK_SECTOR_SIZE Signed-off-by: Ján Tomko Fixes: d942bf6e9e8e3991808ca5185098257e84acab5d Reviewed-by: Jonathon Jongsma --- diff --git a/src/storage/storage_backend_logical.c b/src/storage/storage_backend_logical.c index 60958d3d2c..43cf3a1598 100644 --- a/src/storage/storage_backend_logical.c +++ b/src/storage/storage_backend_logical.c @@ -40,8 +40,6 @@ VIR_LOG_INIT("storage.storage_backend_logical"); -#define PV_BLANK_SECTOR_SIZE 512 - static int virStorageBackendLogicalSetActive(virStoragePoolObjPtr pool,