Remove unused commented code.

This commit is contained in:
Kolan Sh 2015-02-27 14:38:35 +03:00
parent e62a85ff36
commit b332c77908
1 changed files with 0 additions and 12 deletions

View File

@ -199,18 +199,6 @@ if [ $STAGE_CNT -eq $STAGE ]; then
fi fi
let STAGE_CNT++ let STAGE_CNT++
# disable prelink
#if [ $STAGE_CNT -eq $STAGE ]; then
# echo "======= STAGE $STAGE: disable prelink ======="
# if [ `which prelink 2>/dev/null` ]; then
# $NICE_CMD prelink -ua 2>/dev/null
# [ 0 -ne $? ] && echo "Stage $STAGE: prelink disabling failed ;-( =======" && exit $STAGE
# fi
#
# let STAGE++
#fi
#let STAGE_CNT++
# Test for necessity to upgrade toolchain packages # Test for necessity to upgrade toolchain packages
if [ $STAGE_CNT -eq $STAGE ]; then if [ $STAGE_CNT -eq $STAGE ]; then
echo "======= STAGE $STAGE: Test for necessity to upgrade toolchain packages =======" echo "======= STAGE $STAGE: Test for necessity to upgrade toolchain packages ======="