removed legacy comments

This commit is contained in:
inxi-svn 2010-02-01 06:19:17 +00:00
parent a153f1d3d0
commit 19191c50e8

2
inxi
View file

@ -3257,8 +3257,6 @@ $repo_data_working"
done <<< "$REPO_DATA" done <<< "$REPO_DATA"
# echo and execute the line breaks inserted # echo and execute the line breaks inserted
REPO_DATA="$( echo -e $repo_data_working )" REPO_DATA="$( echo -e $repo_data_working )"
# note that pacman/arch mirrorlist file has all the mirrors on it, so it
# won't work for this feature, the output would be largely meaningless, and far too long
elif [[ -f $pacman_conf ]];then elif [[ -f $pacman_conf ]];then
REPO_FILE_ID='arch repo servers' REPO_FILE_ID='arch repo servers'
# get list of mirror include files, trim white space off ends # get list of mirror include files, trim white space off ends