commit | de03825386eaedb5e17261dd87cde86e9a764ba9 | [log] [tgz] |
---|---|---|
author | Scott McNutt <smcnutt@psyent.com> | Mon Nov 23 16:29:40 2009 -0500 |
committer | Scott McNutt <smcnutt@psyent.com> | Mon Nov 23 16:29:40 2009 -0500 |
tree | 9a1a88af0ce72872065895a980c3b5c66ca5d19e | |
parent | 57baa379cf2f67df89a5c6052767fd25daff20bd [diff] |
Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables) Signed-off-by: Scott McNutt <smcnutt@psyent.com>
diff --git a/lib_nios2/board.c b/lib_nios2/board.c index 008f04f..41d3297 100644 --- a/lib_nios2/board.c +++ b/lib_nios2/board.c
@@ -83,8 +83,6 @@ { bd_t *bd; init_fnc_t **init_fnc_ptr; - char *s, *e; - int i; /* Pointer is writable since we allocated a register for it. * Nios treats CONFIG_SYS_GBL_DATA_OFFSET as an address.