diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2007-10-22 17:04:39 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2007-10-22 17:04:39 +0000 |
commit | bed2f9c2fe1940a4eb83a22f1c84c8d87e836586 (patch) | |
tree | 89cbdaca61706065dc1859dd951e6913011ec25a /src/ram/ramtest.c | |
parent | c4a0b911d189e4a06b5692bb7f16471398b67150 (diff) |
Trivial: remove unused variable.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/ram/ramtest.c')
-rw-r--r-- | src/ram/ramtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c index 6baa81f93d..3b2d741a36 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 |