summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/SConscript
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-06-24 15:51:26 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-06-29 21:49:51 -0400
commitbd7969fc8ae3510d0889982383d5db4a50e35790 (patch)
treefe3cc8701ee611f8270dc3c519034ec102f9b818 /src/mongo/s/client/SConscript
parent28be53c1c9721c4ef8a3046bb3546a1b63e759f6 (diff)
downloadmongo-bd7969fc8ae3510d0889982383d5db4a50e35790.tar.gz
SERVER-19111 Get rid of ShardStatus
This change moves the "shard status" retrieval to common static functions and gets rid of the ShardStatus function.
Diffstat (limited to 'src/mongo/s/client/SConscript')
-rw-r--r--src/mongo/s/client/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/client/SConscript b/src/mongo/s/client/SConscript
index 8b414c1eecb..d99b3c99995 100644
--- a/src/mongo/s/client/SConscript
+++ b/src/mongo/s/client/SConscript
@@ -15,7 +15,6 @@ env.Library(
'$BUILD_DIR/mongo/client/fetcher',
'$BUILD_DIR/mongo/client/remote_command_runner_impl',
'$BUILD_DIR/mongo/client/remote_command_targeter',
- '$BUILD_DIR/mongo/s/catalog/catalog_manager',
]
)