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