script: Remove unused fields from grub_script_function struct
Signed-off-by: Chris Coulson <chris.coulson@canonical.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
61ff5602fe
commit
1a8d9c9b4a
1 changed files with 0 additions and 5 deletions
|
@ -359,13 +359,8 @@ struct grub_script_function
|
||||||
/* The script function. */
|
/* The script function. */
|
||||||
struct grub_script *func;
|
struct grub_script *func;
|
||||||
|
|
||||||
/* The flags. */
|
|
||||||
unsigned flags;
|
|
||||||
|
|
||||||
/* The next element. */
|
/* The next element. */
|
||||||
struct grub_script_function *next;
|
struct grub_script_function *next;
|
||||||
|
|
||||||
int references;
|
|
||||||
};
|
};
|
||||||
typedef struct grub_script_function *grub_script_function_t;
|
typedef struct grub_script_function *grub_script_function_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue