summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate3
1 files changed, 0 insertions, 3 deletions
diff --git a/validate b/validate
index 0f232f2570..3b137262d5 100755
--- a/validate
+++ b/validate
@@ -178,9 +178,6 @@ else
configure_cmd="stack --stack-yaml hadrian/stack.yaml exec -- ./configure"
fi
cd ..
- # TODO: define a hadrian Flavour that mimics
- # mk/flavours/validate.mk and use it here
- # Until then, we're using the default flavour.
hadrian="$hadrian_cmd -j$threads --build-root=$hadrian_build_root"
if [ $be_quiet -eq 0 ]; then
hadrian="$hadrian -V"