Skip to content

Commit

Permalink
spa.c: remove unused variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
wca committed Dec 13, 2020
1 parent ac97faa commit 67fb250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/spa.c
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ spa_livelist_delete_cb(void *arg, zthr_t *z)
uint64_t ll_obj = 0, count;
objset_t *mos = spa->spa_meta_objset;
uint64_t zap_obj = spa->spa_livelists_to_delete;
int err = 0;
int err;
/*
* Determine the next livelist to delete. This function should only
* be called if there is at least one deleted clone.
Expand Down

0 comments on commit 67fb250

Please sign in to comment.