summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi/SConscript
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-04-16 16:22:56 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-04-16 16:24:36 -0400
commita64b7af35ab0463276645e8d4637569c0ccdfd73 (patch)
tree7563570e32b85ef4f800afe7a60233ea0e73b5ee /src/mongo/installer/msi/SConscript
parent0cb8dc2a3cefd3be1df6742516e92c330a4e4789 (diff)
downloadmongo-a64b7af35ab0463276645e8d4637569c0ccdfd73.tar.gz
SERVER-17755 Remove legacy code from build system
Diffstat (limited to 'src/mongo/installer/msi/SConscript')
-rw-r--r--src/mongo/installer/msi/SConscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/installer/msi/SConscript b/src/mongo/installer/msi/SConscript
index fd3124d4a8b..b6f686908c4 100644
--- a/src/mongo/installer/msi/SConscript
+++ b/src/mongo/installer/msi/SConscript
@@ -3,7 +3,6 @@
import os
Import("env")
-Import("s3push")
Import("has_option")
env = env.Clone()
@@ -146,10 +145,3 @@ env.AlwaysBuild(msi)
env.Alias( "msi" , msi )
-def s3msipush( env , target , source ):
- s3push( source )
-
-env.Alias( "s3msi" , [ msi ] , [ s3msipush ] )
-env.AlwaysBuild( "s3msi" )
-
-