kernel: Remove dead code

It's set in the same phase
This commit is contained in:
Tuomas Tynkkynen 2018-07-24 22:37:45 +03:00
parent e0ce4bee57
commit c6ed851fe2

View file

@ -108,11 +108,6 @@ let
echo "manual-config configurePhase buildRoot=$buildRoot pwd=$PWD"
if [[ -z "$buildRoot" || ! -d "$buildRoot" ]]; then
echo "set $buildRoot to the build folder please"
exit 1
fi
if [ -f "$buildRoot/.config" ]; then
echo "Could not link $buildRoot/.config : file exists"
exit 1