TEST_CPU_MODELS isn't used anymore.
authorSteve Reinhardt <stever@eecs.umich.edu>
Mon, 21 Aug 2006 06:13:35 +0000 (23:13 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Mon, 21 Aug 2006 06:13:35 +0000 (23:13 -0700)
--HG--
extra : convert_revision : 742bda87e79657573cec404b8650fa26d189d1a1

SConstruct

index da120c98529b212753e8e34b7ec98b77bb234352..642d012dbaa53e69b3f3eb89cbb0eb663acd32ef 100644 (file)
@@ -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)
     )