summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2018-03-02 10:57:11 -0500
committerSpencer Jackson <spencer.jackson@mongodb.com>2018-03-07 12:53:33 -0500
commit905194e3afac93289be65b40ede265e8fbfda6a4 (patch)
tree376fe2d4119079ba02ff1603cfbc71d9a0776d94 /src/third_party/SConscript
parenta47c30b73e686fb4b5743a969e4c79386bd26c7b (diff)
downloadmongo-905194e3afac93289be65b40ede265e8fbfda6a4.tar.gz
SERVER-33615: Remove third_party/tz
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r--src/third_party/SConscript18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index ac53bbb752a..b3867793e5b 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -21,7 +21,6 @@ sqliteSuffix = '-amalgamation-3190300'
thirdPartyIncludePathList = [
('s2', '#/src/third_party/s2'),
- ('tz', '#/src/third_party/tz'),
('timelib', '#/src/third_party/timelib' + timelibSuffix),
]
@@ -336,23 +335,6 @@ yamlEnv.Library(
'shim_yaml.cpp',
])
-
-tzEnv = env.Clone()
-if env.TargetOSIs('solaris'):
- tzEnv.InjectThirdPartyIncludePaths(libraries=['tz'])
- tzEnv.SConscript('tz/SConscript', exports={ 'env' : tzEnv })
- tzEnv = tzEnv.Clone(
- LIBDEPS_INTERFACE=[
- 'tz/tz',
- ])
-
-tzEnv.Library(
- target='shim_tz',
- source=[
- 'shim_tz.cpp',
- ])
-
-
timelibEnv = env.Clone();
timelibEnv.InjectThirdPartyIncludePaths(libraries=['timelib'])
timelibEnv.SConscript('timelib' + timelibSuffix + '/SConscript', exports={ 'env' : timelibEnv })