diff --git a/plugins/php/versions/common/imagemagick.sh b/plugins/php/versions/common/imagemagick.sh index 775c4cd86..34ad72961 100755 --- a/plugins/php/versions/common/imagemagick.sh +++ b/plugins/php/versions/common/imagemagick.sh @@ -21,8 +21,6 @@ version=$2 if [ "$version" == "53" ];then echo 'not need' exit 0 -elif [ "$version" == "80" ];then - LIBV=3.6.0 elif [ "$version" -lt "70" ];then LIBV=3.6.0 else