summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_record_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/biggie/biggie_record_store.h')
-rw-r--r--src/mongo/db/storage/biggie/biggie_record_store.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/storage/biggie/biggie_record_store.h b/src/mongo/db/storage/biggie/biggie_record_store.h
index 9310a875c24..3ff845fe422 100644
--- a/src/mongo/db/storage/biggie/biggie_record_store.h
+++ b/src/mongo/db/storage/biggie/biggie_record_store.h
@@ -94,8 +94,7 @@ public:
virtual Status updateRecord(OperationContext* opCtx,
const RecordId& oldLocation,
const char* data,
- int len,
- UpdateNotifier* notifier);
+ int len);
virtual bool updateWithDamagesSupported() const;