Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/118
-gerrit
commit b4310501fa616a4e5267b57adcb06fbc226a5a14 Author: Patrick Georgi patrick.georgi@secunet.com Date: Tue Jul 19 16:37:13 2011 +0200
Remove useless print_a_completion() stub
There's a real implementation elsewhere and this one only confuses things.
Change-Id: I841d9baecbaf298114e508feec89f1b2ea864bb9 Signed-off-by: Patrick Georgi patrick.georgi@secunet.com --- main/filo.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/main/filo.c b/main/filo.c index c81d458..a8bf372 100644 --- a/main/filo.c +++ b/main/filo.c @@ -237,9 +237,4 @@ int main(void) return 0; }
-void print_a_completion (char *name) -{ - // Nothing yet. -} - #endif /* CONFIG_USE_GRUB */