]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storage: logical: drop unused PV_BLANK_SECTOR_SIZE
authorJán Tomko <jtomko@redhat.com>
Mon, 27 Jul 2020 23:32:21 +0000 (01:32 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 05:23:45 +0000 (07:23 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: d942bf6e9e8e3991808ca5185098257e84acab5d
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/storage/storage_backend_logical.c

index 60958d3d2cfada0b080e205d885b0316483ba18b..43cf3a15985d391b33b969a401f25e86457474af 100644 (file)
@@ -40,8 +40,6 @@
 
 VIR_LOG_INIT("storage.storage_backend_logical");
 
-#define PV_BLANK_SECTOR_SIZE 512
-
 
 static int
 virStorageBackendLogicalSetActive(virStoragePoolObjPtr pool,