summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_record_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/biggie/biggie_record_store.cpp')
-rw-r--r--src/mongo/db/storage/biggie/biggie_record_store.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/storage/biggie/biggie_record_store.cpp b/src/mongo/db/storage/biggie/biggie_record_store.cpp
index d7afd580edc..45d25c0ba0d 100644
--- a/src/mongo/db/storage/biggie/biggie_record_store.cpp
+++ b/src/mongo/db/storage/biggie/biggie_record_store.cpp
@@ -192,8 +192,7 @@ Status RecordStore::insertRecordsWithDocWriter(OperationContext* opCtx,
Status RecordStore::updateRecord(OperationContext* opCtx,
const RecordId& oldLocation,
const char* data,
- int len,
- UpdateNotifier* notifier) {
+ int len) {
StringStore* workingCopy = getRecoveryUnitBranch_forking(opCtx);
std::string key = createKey(_ident, oldLocation.repr());
StringStore::const_iterator it = workingCopy->find(key);