From f55559368fe6a51689ffc3c08bab4434cb1b2b99 Mon Sep 17 00:00:00 2001 From: David Storch Date: Tue, 14 Aug 2018 12:13:20 -0400 Subject: SERVER-16857 Delete MMAPv1 diskloc invalidations. - Removes of PlanStage::invalidate(). - Removes RecordCursor::invalidate() from the storage API. - Removes CursorManager::invalidateDocument(). --- src/mongo/db/s/migration_chunk_cloner_source_legacy.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/s/migration_chunk_cloner_source_legacy.h') diff --git a/src/mongo/db/s/migration_chunk_cloner_source_legacy.h b/src/mongo/db/s/migration_chunk_cloner_source_legacy.h index 722f81c5e96..bfd02c37b68 100644 --- a/src/mongo/db/s/migration_chunk_cloner_source_legacy.h +++ b/src/mongo/db/s/migration_chunk_cloner_source_legacy.h @@ -160,7 +160,6 @@ public: BSONArrayBuilder* arrBuilder); private: - friend class DeleteNotificationStage; friend class LogOpForShardingHandler; // Represents the states in which the cloner can be -- cgit v1.2.1