浏览代码

Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)

Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Scott McNutt 15 年之前
父节点
当前提交
de03825386
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib_nios2/board.c

+ 0 - 2
lib_nios2/board.c

@@ -83,8 +83,6 @@ void board_init (void)
 {
 	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.