simplified nesting dynamic scopes

This commit is contained in:
BVK Chaitanya 2010-05-11 10:52:10 +05:30
parent 4a2ec49233
commit 01b0317f7b
2 changed files with 11 additions and 11 deletions

View file

@ -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
{