[coreboot-gerrit] Change in ...coreboot[master]: arch/arm64/boot.c: Remove not used variable

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Thu Nov 29 20:49:20 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29940


Change subject: arch/arm64/boot.c: Remove not used variable
......................................................................

arch/arm64/boot.c: Remove not used variable

Change-Id: Ic275f3d3377b4bd40ca9fb591332dc9b2fd9effe
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/arch/arm64/boot.c
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/29940/1

diff --git a/src/arch/arm64/boot.c b/src/arch/arm64/boot.c
index 54a33e0..261a562 100644
--- a/src/arch/arm64/boot.c
+++ b/src/arch/arm64/boot.c
@@ -40,7 +40,6 @@
 void arch_prog_run(struct prog *prog)
 {
 	void (*doit)(void *);
-	void *arg;
 
 	if (ENV_RAMSTAGE && prog_type(prog) == PROG_PAYLOAD) {
 		run_payload(prog);
@@ -48,7 +47,6 @@
 	}
 
 	doit = prog_entry(prog);
-	arg = prog_entry_arg(prog);
 
 	doit(prog_entry_arg(prog));
 }

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29940
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic275f3d3377b4bd40ca9fb591332dc9b2fd9effe
Gerrit-Change-Number: 29940
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181129/54077dfd/attachment-0001.html>


More information about the coreboot-gerrit mailing list