summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.cpp
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2023-03-15 13:42:21 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-15 14:20:38 +0000
commit56ff92ef5ceeccd0f174e33cde70cef99740ebbb (patch)
tree314be575dfee814a289e5dd2d7b72771e020b419 /src/mongo/db/index/index_access_method.cpp
parentb39c58a5326680ed06616359f69e654fdaf3b2ac (diff)
downloadmongo-56ff92ef5ceeccd0f174e33cde70cef99740ebbb.tar.gz
SERVER-74483 Remove unused InsertDeleteOptions fields
Diffstat (limited to 'src/mongo/db/index/index_access_method.cpp')
-rw-r--r--src/mongo/db/index/index_access_method.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/index/index_access_method.cpp b/src/mongo/db/index/index_access_method.cpp
index f202e3df048..b90ff454650 100644
--- a/src/mongo/db/index/index_access_method.cpp
+++ b/src/mongo/db/index/index_access_method.cpp
@@ -1272,8 +1272,6 @@ void SortedDataIndexAccessMethod::_unindexKeysOrWriteToSideTable(
InsertDeleteOptions options, // copy!
CheckRecordId checkRecordId) {
- options.logIfError = logIfError;
-
if (_indexCatalogEntry->isHybridBuilding()) {
// The side table interface accepts only records that meet the criteria for this partial
// index.