From 3837a151e0dbe0041f7d539f55679b6db43ab60d Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Wed, 9 Oct 2013 07:09:22 +0200 Subject: [PATCH] * include/grub/emu/getroot.h (grub_util_find_hurd_root_device): Remove leftover. --- ChangeLog | 5 +++++ include/grub/emu/getroot.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c43dceb6..dc3af9894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-09 Vladimir Serbinenko + + * include/grub/emu/getroot.h (grub_util_find_hurd_root_device): Remove + leftover. + 2013-10-09 Vladimir Serbinenko Move OS-specific driver configuration to grub_util_fd_open. This diff --git a/include/grub/emu/getroot.h b/include/grub/emu/getroot.h index 96ec40e60..d3b2f5f6b 100644 --- a/include/grub/emu/getroot.h +++ b/include/grub/emu/getroot.h @@ -50,10 +50,6 @@ void grub_util_follow_gpart_up (const char *name, grub_disk_addr_t *off_out, char ** grub_find_root_devices_from_mountinfo (const char *dir, char **relroot); #endif -#if defined (__GNU__) -char * -grub_util_find_hurd_root_device (const char *path); -#endif /* Devmapper functions provided by getroot_devmapper.c. */ void