Remove obsolete FIXME comments
This commit is contained in:
parent
bd9603071a
commit
8bc402fbda
2 changed files with 0 additions and 4 deletions
|
@ -261,7 +261,6 @@ grub_cmd_legacy_kernel (struct grub_command *mycmd __attribute__ ((unused)),
|
|||
}
|
||||
|
||||
/* Then multiboot. */
|
||||
/* FIXME: dublicate multiboot filename. */
|
||||
if (kernel_type == GUESS_IT || kernel_type == MULTIBOOT)
|
||||
{
|
||||
cmd = grub_command_find ("multiboot");
|
||||
|
@ -339,7 +338,6 @@ grub_cmd_legacy_initrd (struct grub_command *mycmd __attribute__ ((unused)),
|
|||
}
|
||||
if (kernel_type == MULTIBOOT)
|
||||
{
|
||||
/* FIXME: dublicate module filename. */
|
||||
cmd = grub_command_find ("module");
|
||||
if (!cmd)
|
||||
return grub_error (GRUB_ERR_BAD_ARGUMENT, "command module not found");
|
||||
|
|
|
@ -113,7 +113,6 @@ struct legacy_command legacy_commands[] =
|
|||
" its partition type code."},
|
||||
/* ifconfig unsupported. */
|
||||
/* impsprobe unsupported. */
|
||||
/* FIXME: dublicate multiboot filename. */
|
||||
{"initrd", "legacy_initrd '%s' %s\n", 2, {TYPE_FILE_NO_CONSUME,
|
||||
TYPE_REST_VERBATIM}, 0,
|
||||
"FILE [ARG ...]",
|
||||
|
@ -122,7 +121,6 @@ struct legacy_command legacy_commands[] =
|
|||
/* install unsupported. */
|
||||
/* ioprobe unsupported. */
|
||||
/* FIXME: really support --no-mem-option. */
|
||||
/* FIXME: dublicate multiboot filename. */
|
||||
{"kernel", "legacy_kernel %s %s '%s' %s\n", 4, {TYPE_TYPE_OR_NOMEM_OPTION,
|
||||
TYPE_TYPE_OR_NOMEM_OPTION,
|
||||
TYPE_FILE_NO_CONSUME,
|
||||
|
|
Loading…
Reference in a new issue