* grub-core/normal/main.c (grub_normal_execute): Remove leftover call.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-11 20:09:14 +01:00
parent 067fdf0055
commit 9aed8a7178
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/main.c (grub_normal_execute): Remove leftover call.
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_strstr): Moved from here ...

View file

@ -274,7 +274,6 @@ grub_normal_execute (const char *config, int nested, int batch)
prefix = grub_env_get ("prefix");
read_lists (prefix);
grub_register_variable_hook ("prefix", NULL, read_lists_hook);
grub_command_execute ("parser.grub", 0, 0);
}
if (config)