From aa8f0cde15be400cb19aa02498e8091310f88bfd Mon Sep 17 00:00:00 2001 From: Matt Kneiser Date: Tue, 5 Apr 2022 21:18:30 +0000 Subject: Revert "SERVER-64603 Creates Skeleton for Renaming Database for Restore" This reverts commit bfb041da4093fc8d8645aa20fc45b55723e2e789. --- src/mongo/db/commands/SConscript | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mongo/db/commands/SConscript') diff --git a/src/mongo/db/commands/SConscript b/src/mongo/db/commands/SConscript index f122a05c212..a6138057096 100644 --- a/src/mongo/db/commands/SConscript +++ b/src/mongo/db/commands/SConscript @@ -363,7 +363,6 @@ env.Library( "plan_cache_clear_command.cpp", "plan_cache_commands.cpp", "rename_collection_cmd.cpp", - "rename_database_for_restore_command.cpp", "run_aggregate.cpp", "sleep_command.cpp", "validate.cpp", @@ -432,7 +431,6 @@ env.Library( 'list_collections_filter', 'list_databases_command', 'rename_collection_idl', - 'rename_database_for_restore_command_idl', 'test_commands_enabled', 'validate_db_metadata_command', ], @@ -457,16 +455,6 @@ env.Library( ], ) -env.Library( - target='rename_database_for_restore_command_idl', - source=[ - 'rename_database_for_restore_command.idl', - ], - LIBDEPS_PRIVATE=[ - '$BUILD_DIR/mongo/idl/idl_parser', - ], -) - env.Library( target='set_index_commit_quorum_idl', source=[ -- cgit v1.2.1