Remove leftover unused attribute
This commit is contained in:
parent
d9865a25f7
commit
eb82b8569a
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue