mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 20:24:26 +08:00
zfs: remove unused buf variable
Remove unused variable to silence compiler warning Signed-off-by: Joel Johnson <mrjoel@lixil.net>
This commit is contained in:
parent
d4348a8db7
commit
17f084fa8c
@ -40,7 +40,6 @@ static int do_zfs_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]
|
|||||||
ulong addr = 0;
|
ulong addr = 0;
|
||||||
disk_partition_t info;
|
disk_partition_t info;
|
||||||
struct blk_desc *dev_desc;
|
struct blk_desc *dev_desc;
|
||||||
char buf[12];
|
|
||||||
unsigned long count;
|
unsigned long count;
|
||||||
const char *addr_str;
|
const char *addr_str;
|
||||||
struct zfs_file zfile;
|
struct zfs_file zfile;
|
||||||
|
Loading…
Reference in New Issue
Block a user