summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.cpp')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.cpp b/src/mongo/db/repl/storage_interface_impl.cpp
index 28626a54c5e..b473d08aa62 100644
--- a/src/mongo/db/repl/storage_interface_impl.cpp
+++ b/src/mongo/db/repl/storage_interface_impl.cpp
@@ -702,7 +702,6 @@ StatusWith<std::vector<BSONObj>> _findOrDeleteDocuments(
case PlanExecutor::IS_EOF:
return Result(docs);
case PlanExecutor::FAILURE:
- case PlanExecutor::DEAD:
return WorkingSetCommon::getMemberObjectStatus(out);
default:
MONGO_UNREACHABLE;