diff mbox series

[meta-security] dm-verity: remove unused variable

Message ID 20260718231947.2821727-2-gael.portay+rtone@gmail.com
State New
Headers show
Series [meta-security] dm-verity: remove unused variable | expand

Commit Message

Gaël PORTAY July 18, 2026, 11:19 p.m. UTC
This removes unused variable that was dropped by commit d80cd2ba6a
("dm-verity: Set the IMAGE_FSTYPES correctly when dm-verity is
enabled").

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
---
Hello Maitainers,

Unless I am mistaken, that verity_hash variable can be removed, right?

Regards,
Gaël
 classes/dm-verity-img.bbclass | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass
index 48557e9..619cda8 100644
--- a/classes/dm-verity-img.bbclass
+++ b/classes/dm-verity-img.bbclass
@@ -202,7 +202,6 @@  IMAGE_FSTYPES += "${@get_verity_fstypes(d)}"
 python __anonymous() {
     verity_image = d.getVar('DM_VERITY_IMAGE')
     verity_type = d.getVar('DM_VERITY_IMAGE_TYPE')
-    verity_hash = d.getVar('DM_VERITY_SEPARATE_HASH')
     image_fstypes = d.getVar('IMAGE_FSTYPES')
     pn = d.getVar('PN')