TEST_CPU_MODELS isn't used anymore.

--HG--
extra : convert_revision : 742bda87e79657573cec404b8650fa26d189d1a1
This commit is contained in:
Steve Reinhardt 2006-08-20 23:13:35 -07:00
parent 07994c2367
commit 25643e07c8

View 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)
)