Revert "Ignore unused variable shellcheck warning"

This reverts commit 18ac2f69c5a6c69925e2e7d330d557f877d70b46.
This commit is contained in:
Amin Vakil 2022-01-11 09:30:13 +03:30
parent 839d652778
commit 2c155e9e4e
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ pre_check () {
dir=${dirs[$((i++))]}
# shellcheck disable=SC2034
dir_mount_map[$dir]=$mount
mount_avail_map[$mount]=${avail%M}
(( mount_space_map[$mount]+=dir_space_map[$dir] ))