diff options
author | Louis Williams <louis.williams@mongodb.com> | 2020-05-26 09:48:38 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-26 14:06:39 +0000 |
commit | 0e4178afe88237ead101b11fcb19864d9d5a903c (patch) | |
tree | c60ebdc794638b05f675c8406f053092c5b69dfe /src/mongo/db/commands/test_commands.cpp | |
parent | 2992a78c15fbd1db49f0eec86a2b0ffbc63954e0 (diff) | |
download | mongo-0e4178afe88237ead101b11fcb19864d9d5a903c.tar.gz |
SERVER-39140 Remove BackgroundOperation
Diffstat (limited to 'src/mongo/db/commands/test_commands.cpp')
-rw-r--r-- | src/mongo/db/commands/test_commands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/test_commands.cpp b/src/mongo/db/commands/test_commands.cpp index e478a6bca44..d5b87234cba 100644 --- a/src/mongo/db/commands/test_commands.cpp +++ b/src/mongo/db/commands/test_commands.cpp @@ -174,7 +174,6 @@ public: } } - BackgroundOperation::assertNoBgOpInProgForNs(fullNs.ns()); IndexBuildsCoordinator::get(opCtx)->assertNoIndexBuildInProgForCollection( collection->uuid()); |