diff options
author | Peter Stuge <peter@stuge.se> | 2009-01-26 15:19:43 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-01-26 15:19:43 +0000 |
commit | 726c16d9839cef505ed062640e2769cd7924f201 (patch) | |
tree | 50329cd3d7b19716ad766a8678c210587829b590 /util/flashrom/ichspi.c | |
parent | c39cb144e997a35f294b2b38377d14aab7825f18 (diff) |
flashrom: Fix one dead increment and one dead assignment as found by clang.
Thanks Patrick!
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3918 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/ichspi.c')
-rw-r--r-- | util/flashrom/ichspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/flashrom/ichspi.c b/util/flashrom/ichspi.c index bad2e2781f..5de654bf71 100644 --- a/util/flashrom/ichspi.c +++ b/util/flashrom/ichspi.c @@ -289,7 +289,6 @@ int program_opcodes(OPCODES * op) uint32_t opmenu[2]; /* Program Prefix Opcodes */ - preop = 0; /* 0:7 Prefix Opcode 1 */ preop = (op->preop[0]); /* 8:16 Prefix Opcode 2 */ |