Skip to content

Commit

Permalink
remove a vriable that became unused
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Gapon <[email protected]>
  • Loading branch information
avg-I committed Aug 21, 2019
1 parent 04ecfda commit 6524a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/zfs/zfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,6 @@ static int
zfs_check_userprops(nvlist_t *nvl)
{
nvpair_t *pair = NULL;
int error = 0;

while ((pair = nvlist_next_nvpair(nvl, pair)) != NULL) {
const char *propname = nvpair_name(pair);
Expand Down

0 comments on commit 6524a09

Please sign in to comment.