Skip to content

Commit f684b79

Browse files
Vasily GorbikAlexander Gordeev
authored andcommitted
s390/ipl_report: Remove unused 'size' variable
Remove unused since commit f913a66 ("s390/boot: rework decompressor reserved tracking") 'size' variable from get_cert_comp_list_size(). Signed-off-by: Vasily Gorbik <[email protected]> Acked-by: Alexander Gordeev <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
1 parent d7bebcb commit f684b79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/s390/boot/ipl_report.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ static unsigned long get_cert_comp_list_size(void)
3030
{
3131
struct ipl_rb_certificate_entry *cert;
3232
struct ipl_rb_component_entry *comp;
33-
size_t size;
3433

3534
/*
3635
* Find the length for the IPL report boot data

0 commit comments

Comments
 (0)