From: Joel Johnson Date: Sat, 11 Jan 2020 16:09:34 +0000 (-0700) Subject: zfs: remove unused buf variable X-Git-Tag: v2020.10~401^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17f084fa8c64c97a68d854bd8611a55f69ac056d;p=platform%2Fkernel%2Fu-boot.git zfs: remove unused buf variable Remove unused variable to silence compiler warning Signed-off-by: Joel Johnson --- diff --git a/cmd/zfs.c b/cmd/zfs.c index 1533130..9c237a5 100644 --- a/cmd/zfs.c +++ b/cmd/zfs.c @@ -40,7 +40,6 @@ static int do_zfs_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[] ulong addr = 0; disk_partition_t info; struct blk_desc *dev_desc; - char buf[12]; unsigned long count; const char *addr_str; struct zfs_file zfile;