[coreboot] Patch set updated: b431050 Remove useless print_a_completion() stub

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Sep 2 22:55:26 CEST 2011


Patrick Georgi (patrick at 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 at 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 at 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 */




More information about the coreboot mailing list