From: Ronald G. Minnich Date: Mon, 22 Oct 2007 17:04:39 +0000 (+0000) Subject: Trivial: remove unused variable. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=bed2f9c2fe1940a4eb83a22f1c84c8d87e836586;p=coreboot.git Trivial: remove unused variable. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c index 6baa81f93..3b2d741a3 100644 --- a/src/ram/ramtest.c +++ b/src/ram/ramtest.c @@ -94,7 +94,6 @@ static void ram_verify(unsigned long start, unsigned long stop) void ram_check(unsigned long start, unsigned long stop) { - int result; /* * This is much more of a "Is my DRAM properly configured?" * test than a "Is my DRAM faulty?" test. Not all bits