* grub-core/fs/fshelp.c (grub_fshelp_log2blksize): Remove now unused

function.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-10 14:27:04 +01:00
parent 81455e8e7a
commit fc3ff2a2ad
3 changed files with 5 additions and 25 deletions

View file

@ -77,8 +77,4 @@ EXPORT_FUNC(grub_fshelp_read_file) (grub_disk_t disk, grub_fshelp_node_t node,
grub_off_t filesize, int log2blocksize,
grub_disk_addr_t blocks_start);
unsigned int
EXPORT_FUNC(grub_fshelp_log2blksize) (unsigned int blksize,
unsigned int *pow);
#endif /* ! GRUB_FSHELP_HEADER */