summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/dl145_g1/mptable.c')
-rw-r--r--src/mainboard/hp/dl145_g1/mptable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/hp/dl145_g1/mptable.c b/src/mainboard/hp/dl145_g1/mptable.c
index 614ef48ba9..8e76057647 100644
--- a/src/mainboard/hp/dl145_g1/mptable.c
+++ b/src/mainboard/hp/dl145_g1/mptable.c
@@ -29,8 +29,6 @@ static void *smp_write_config_table(void *v)
unsigned char bus_num;
- int i;
-
mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
memset(mc, 0, sizeof(*mc));