Remove useless prototypes

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-30 16:26:05 +02:00
parent b0ea3a5a93
commit 0f40441b91
1 changed files with 0 additions and 3 deletions

View File

@ -106,7 +106,4 @@ struct grub_biosdisk_dap
grub_uint64_t block;
} __attribute__ ((packed));
void grub_biosdisk_init (void);
void grub_biosdisk_fini (void);
#endif /* ! GRUB_BIOSDISK_MACHINE_HEADER */