Skip to content
Snippets Groups Projects
Commit 7855b7e7 authored by Chris Coulson's avatar Chris Coulson Committed by Colin Watson
Browse files

script: Remove unused fields from grub_script_function struct


Signed-off-by: default avatarChris Coulson <chris.coulson@canonical.com>
Reviewed-by: default avatarDaniel Kiper <daniel.kiper@oracle.com>

Patch-Name: script-remove-unused-fields.patch
parent e39786ab
No related branches found
No related tags found
No related merge requests found
......@@ -359,13 +359,8 @@ struct grub_script_function
/* The script function. */
struct grub_script *func;
/* The flags. */
unsigned flags;
/* The next element. */
struct grub_script_function *next;
int references;
};
typedef struct grub_script_function *grub_script_function_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment