From f684b7954ea6b29662caa25e0a4941231c05e413 Mon Sep 17 00:00:00 2001 From: Vasily Gorbik Date: Wed, 11 Dec 2024 12:33:45 +0100 Subject: [PATCH] s390/ipl_report: Remove unused 'size' variable Remove unused since commit f913a6600491 ("s390/boot: rework decompressor reserved tracking") 'size' variable from get_cert_comp_list_size(). Signed-off-by: Vasily Gorbik Acked-by: Alexander Gordeev Signed-off-by: Alexander Gordeev --- arch/s390/boot/ipl_report.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/s390/boot/ipl_report.c b/arch/s390/boot/ipl_report.c index aea22e268c65..f73cd757a5f7 100644 --- a/arch/s390/boot/ipl_report.c +++ b/arch/s390/boot/ipl_report.c @@ -30,7 +30,6 @@ static unsigned long get_cert_comp_list_size(void) { struct ipl_rb_certificate_entry *cert; struct ipl_rb_component_entry *comp; - size_t size; /* * Find the length for the IPL report boot data -- 2.50.1