summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index c9ba13679..ca87842ba 100644
--- a/SConstruct
+++ b/SConstruct
@@ -472,10 +472,6 @@ for build_path in build_paths:
env.ParseConfig(mysql_config_libs)
env.ParseConfig(mysql_config_include)
- # Check if the Checker is being used. If so append it to env['CPU_MODELS']
- if env['USE_CHECKER']:
- env['CPU_MODELS'].append('CheckerCPU')
-
# Save sticky option settings back to current options file
sticky_opts.Save(current_opts_file, env)