diff options
author | Andrew Morrow <acm@mongodb.com> | 2017-03-25 13:34:20 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-03-29 09:01:34 -0400 |
commit | 73b7ae2efdc3d996b1b9bda5ea6ac44fa0e81311 (patch) | |
tree | 780c7122eb244d3280e79e50c799215a28c9b23e /SConstruct | |
parent | e9e806ee1f03b8328bb689ac0ce66625d16a59ee (diff) | |
download | mongo-73b7ae2efdc3d996b1b9bda5ea6ac44fa0e81311.tar.gz |
SERVER-27458 SERVER-28322 Remove outdated builders
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 1912cd2daf7..1548f5b6fdf 100644 --- a/SConstruct +++ b/SConstruct @@ -435,7 +435,6 @@ add_option('osx-version-min', ) win_version_min_choices = { - 'vista' : ('0600', '0000'), 'win7' : ('0601', '0000'), 'ws08r2' : ('0601', '0000'), 'win8' : ('0602', '0000'), |