diff options
| author | Joel Johnson <[email protected]> | 2020-01-11 09:09:34 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-23 07:29:58 -0500 |
| commit | 17f084fa8c64c97a68d854bd8611a55f69ac056d (patch) | |
| tree | 6f8969046df176157e1f1d999308663bc569138d /cmd | |
| parent | d4348a8db79de3985c3a6b738056e5b00d4ad020 (diff) | |
zfs: remove unused buf variable
Remove unused variable to silence compiler warning
Signed-off-by: Joel Johnson <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/zfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/zfs.c b/cmd/zfs.c index 15331306356..9c237a5758d 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; |
