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:
parent
2829385363
commit
c4cebb3de7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user