diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/cbmem/cbmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c index 4dcfe91ad1..3a5a428e40 100644 --- a/util/cbmem/cbmem.c +++ b/util/cbmem/cbmem.c @@ -212,7 +212,6 @@ static int parse_cbtable(u64 address) debug("Found!\n"); for (j = 0; j < lbh->table_bytes; j += lbr_p->size) { - /* look for the timestamp table */ lbr_p = (struct lb_record*) ((char *)lbtable + j); debug(" coreboot table entry 0x%02x\n", lbr_p->tag); switch (lbr_p->tag) { |