Remove leftover unused attribute

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-02 13:32:24 +01:00
parent d9865a25f7
commit eb82b8569a

View file

@ -759,8 +759,7 @@ find_path (struct grub_btrfs_data *data,
}
static grub_err_t
grub_btrfs_dir (grub_device_t device,
const char *path __attribute__ ((unused)),
grub_btrfs_dir (grub_device_t device, const char *path,
int (*hook) (const char *filename,
const struct grub_dirhook_info *info))
{