[libvirt PATCH 2/9] storage: logical: drop unused PV_BLANK_SECTOR_SIZE

Ján Tomko jtomko at redhat.com
Tue Jul 28 11:54:21 UTC 2020


Signed-off-by: Ján Tomko <jtomko at redhat.com>
Fixes: d942bf6e9e8e3991808ca5185098257e84acab5d
---
 src/storage/storage_backend_logical.c | 2 --
 1 file changed, 2 deletions(-)

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,
-- 
2.26.2




More information about the libvir-list mailing list