From a4c89b17313e50c4d0494d4cde90ee93da6f95ce Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sun, 16 Jun 2013 16:35:20 +0400 Subject: [PATCH] * grub-core/disk/diskfilter.c: Forgot to remove comment from previous commit. --- ChangeLog | 5 +++++ grub-core/disk/diskfilter.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7fa7106d..cce65e87f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-16 Andrey Borzenkov + + * grub-core/disk/diskfilter.c: Forgot to remove comment + from previous commit. + 2013-06-16 Andrey Borzenkov * grub-core/term/gfxterm.c (grub_virtual_screen_setup): Use diff --git a/grub-core/disk/diskfilter.c b/grub-core/disk/diskfilter.c index 045517726..99bf9e5c3 100644 --- a/grub-core/disk/diskfilter.c +++ b/grub-core/disk/diskfilter.c @@ -188,7 +188,6 @@ scan_disk (const char *name, int accept_diskfilter) if (!accept_diskfilter && is_valid_diskfilter_name (name)) return 0; - /* FIXME do we still need it? It is not called recursively anymore */ if (scan_depth > 100) return 0;