summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2020-07-01 10:09:51 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-01 15:55:15 +0000
commite4f92ef12f233e86be9de019f16db4f5dde47ad5 (patch)
tree2460e5c14d70d25d6625b86ee56978a9b38af487 /src/mongo/db/SConscript
parent9f4b81e5bdcf38f9b10459203a804ba406528770 (diff)
downloadmongo-e4f92ef12f233e86be9de019f16db4f5dde47ad5.tar.gz
SERVER-47867 Remove ghost timestamping code
Ensures all writes to the durable catalog are timestamped when required. deleted: src/mongo/db/catalog/index_timestamp_helper.cpp deleted: src/mongo/db/catalog/index_timestamp_helper.h
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 81397c5c5d3..28ee78de758 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -852,7 +852,6 @@ env.Library(
'index_build_entry_helpers',
'$BUILD_DIR/mongo/db/catalog/collection_catalog',
'$BUILD_DIR/mongo/db/catalog/index_build_entry_idl',
- '$BUILD_DIR/mongo/db/catalog/index_timestamp_helper',
"$BUILD_DIR/mongo/executor/task_executor_interface",
"$BUILD_DIR/mongo/db/storage/two_phase_index_build_knobs_idl",
],