summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2014-11-07 18:19:27 -0500
committerSpencer T Brody <spencer@mongodb.com>2014-11-20 11:38:11 -0500
commit10cf936a3635a72ee61714631050cf54466410eb (patch)
treefa59813385647ff01eb1124fb0506685a273b5cc /SConstruct
parent13577a48b51202aabd2e55ef95404439aaa4a0c3 (diff)
downloadmongo-10cf936a3635a72ee61714631050cf54466410eb.tar.gz
SERVER-15496 Remove legacy replication code
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 614488f8bbd..78de8039b90 100644
--- a/SConstruct
+++ b/SConstruct
@@ -235,9 +235,6 @@ add_option( "ssl-fips-capability", "Enable the ability to activate FIPS 140-2 mo
add_option( "rocksdb" , "Enable RocksDB" , 0 , False )
add_option( "wiredtiger", "Enable wiredtiger", "?", True, "wiredtiger",
type="choice", choices=["on", "off"], const="on", default="on")
-add_option( "replication-implementation",
- "Controls what implementation is used for the replication system", "?", False,
- type="choice", choices=["impl", "legacy"], const="impl", default="impl" )
# library choices
js_engine_choices = ['v8-3.12', 'v8-3.25', 'none']
@@ -995,7 +992,6 @@ if has_option( "ssl" ):
else:
env.Append( MONGO_CRYPTO=["tom"] )
-env['MONGO_REPL_IMPL'] = get_option('replication-implementation')
wiredtiger = (get_option('wiredtiger') == 'on')
try: