From 420ef55a0d28a177fab981655a1c44291b441382 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Wed, 20 Jan 2021 14:56:37 +0000 Subject: Remove legacy comment in validate script The validate flavour is already defined and used in hadrian, so this legacy comment should be removed. --- validate | 3 --- 1 file changed, 3 deletions(-) (limited to 'validate') 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" -- cgit v1.2.1