simplified nesting dynamic scopes
This commit is contained in:
parent
4a2ec49233
commit
01b0317f7b
2 changed files with 11 additions and 11 deletions
|
@ -73,15 +73,6 @@ struct grub_script_arglist
|
|||
int argcount;
|
||||
};
|
||||
|
||||
/* Scope for grub script constructs. */
|
||||
struct grub_script_scope
|
||||
{
|
||||
struct grub_script_scope *next;
|
||||
|
||||
char **args;
|
||||
unsigned int argc;
|
||||
};
|
||||
|
||||
/* A single command line. */
|
||||
struct grub_script_cmdline
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue