summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mobile/mobile_index.h')
-rw-r--r--src/mongo/db/storage/mobile/mobile_index.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/db/storage/mobile/mobile_index.h b/src/mongo/db/storage/mobile/mobile_index.h
index 2ab95649743..76d48fa47fb 100644
--- a/src/mongo/db/storage/mobile/mobile_index.h
+++ b/src/mongo/db/storage/mobile/mobile_index.h
@@ -53,21 +53,11 @@ public:
virtual ~MobileIndex() {}
Status insert(OperationContext* opCtx,
- const BSONObj& key,
- const RecordId& recId,
- bool dupsAllowed) override;
-
- Status insert(OperationContext* opCtx,
const KeyString::Value& keyString,
const RecordId& recId,
bool dupsAllowed) override;
void unindex(OperationContext* opCtx,
- const BSONObj& key,
- const RecordId& recId,
- bool dupsAllowed) override;
-
- void unindex(OperationContext* opCtx,
const KeyString::Value& keyString,
const RecordId& recId,
bool dupsAllowed) override;