Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Antynea committed Apr 18, 2016
1 parent 56c11b8 commit b4bd7b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 41_snapshots-btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ list_kernels_initramfs()
{
IFS=$'\n'
count_limit_snap=0
# echo "tt = ${count_limit_snap}"
for item in $(snapshot_list); do
IFS=$oldIFS
item=($item)
Expand Down Expand Up @@ -312,7 +311,6 @@ list_kernels_initramfs()
break;
fi
done
# echo "ttt = ${count_limit_snap}"
IFS=$oldIFS
}
### END auto detect ###
Expand Down

0 comments on commit b4bd7b9

Please sign in to comment.