summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/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/index/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/index/SConscript')
-rw-r--r--src/mongo/db/index/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/index/SConscript b/src/mongo/db/index/SConscript
index 84f2727d177..922242cb618 100644
--- a/src/mongo/db/index/SConscript
+++ b/src/mongo/db/index/SConscript
@@ -176,7 +176,6 @@ env.Library(
'skipped_record_tracker',
],
LIBDEPS_PRIVATE=[
- '$BUILD_DIR/mongo/db/catalog/index_timestamp_helper',
'$BUILD_DIR/mongo/db/multi_key_path_tracker',
'index_access_methods',
],