From 25643e07c8966d2239d577073f7f07f95e4e1e4e Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sun, 20 Aug 2006 23:13:35 -0700 Subject: [PATCH] TEST_CPU_MODELS isn't used anymore. --HG-- extra : convert_revision : 742bda87e79657573cec404b8650fa26d189d1a1 --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index da120c985..642d012db 100644 --- a/SConstruct +++ b/SConstruct @@ -302,8 +302,6 @@ sticky_opts.AddOptions( # Non-sticky options only apply to the current build. nonsticky_opts = Options(args=ARGUMENTS) nonsticky_opts.AddOptions( - ListOption('TEST_CPU_MODELS', 'CPU models to test if regression is being run', '', - env['ALL_CPU_LIST']), BoolOption('update_ref', 'Update test reference outputs', False) )