1From 73aa0776457066ee6ebc93486c3cf0e6b755d1b8 Mon Sep 17 00:00:00 2001 2From: Chris Coulson <chris.coulson@canonical.com> 3Date: Fri, 10 Jul 2020 11:21:14 +0100 4Subject: [PATCH] script: Remove unused fields from grub_script_function 5 struct 6MIME-Version: 1.0 7Content-Type: text/plain; charset=UTF-8 8Content-Transfer-Encoding: 8bit 9 10Signed-off-by: Chris Coulson <chris.coulson@canonical.com> 11Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> 12Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> 13--- 14 include/grub/script_sh.h | 5 ----- 15 1 file changed, 5 deletions(-) 16 17diff --git a/include/grub/script_sh.h b/include/grub/script_sh.h 18index 360c2be1f..b382bcf09 100644 19--- a/include/grub/script_sh.h 20+++ b/include/grub/script_sh.h 21@@ -359,13 +359,8 @@ struct grub_script_function 22 /* The script function. */ 23 struct grub_script *func; 24 25- /* The flags. */ 26- unsigned flags; 27- 28 /* The next element. */ 29 struct grub_script_function *next; 30- 31- int references; 32 }; 33 typedef struct grub_script_function *grub_script_function_t; 34 35-- 362.26.2 37 38