removed an unused variabled
This commit is contained in:
parent
9e3e24e47f
commit
479a8efaca
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ grub_script_argv_append (struct grub_script_argv *argv, const char *s)
|
|||
{
|
||||
int a;
|
||||
int b;
|
||||
char ch;
|
||||
char *p = argv->args[argv->argc - 1];
|
||||
|
||||
if (! s)
|
||||
|
|
Loading…
Reference in a new issue