diff options
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index 3869a22a464..6e9ac5f0aaa 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -513,26 +513,11 @@ env.Library( 'auth/authcore', 'commands/server_status_core', 'commands/test_commands_enabled', - 'command_can_run_here', 'service_context', '$BUILD_DIR/mongo/db/catalog/uuid_catalog', ], ) -env.Library( - target='command_can_run_here', - source=[ - 'command_can_run_here.cpp', - ], - LIBDEPS=[ - '$BUILD_DIR/mongo/base', - '$BUILD_DIR/mongo/client/read_preference', - '$BUILD_DIR/mongo/db/repl/repl_coordinator_interface', - 'service_context', - ], -) - - env.CppUnitTest( target="commands_test", source=[ @@ -612,7 +597,6 @@ env.Library( '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/transport/service_entry_point', 'auth/authmongod', - 'command_can_run_here', 'commands/dcommands_fsync', 'concurrency/lock_manager', 'curop', |