0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-48000 remove TODO comment

This commit is contained in:
Benety Goh 2020-05-09 08:42:40 -04:00 committed by Evergreen Agent
parent 2829385363
commit c4cebb3de7

View File

@ -104,9 +104,6 @@ Status addIndexBuildEntry(OperationContext* opCtx, const IndexBuildEntry& indexB
* for the given 'indexBuildUUID'.
*
* Returns 'NoMatchingDocument' error code if no document with 'indexBuildUUID' is found.
*
* TODO(SERVER-47635): use this to remove index build entries for the finished index builds from
* system.indexBuilds collection.
*/
Status removeIndexBuildEntry(OperationContext* opCtx, UUID indexBuildUUID);