summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/idhack.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2014-12-04 16:27:31 -0500
committerDavid Storch <david.storch@10gen.com>2014-12-05 10:29:32 -0500
commit2dc85453cee5fdc0312c44a2f0633be9f23e7ca0 (patch)
treef857f96bd115bea790a85d38a29d96c89726b501 /src/mongo/db/exec/idhack.h
parent5a0d148ffd2db70901eb0cdbeaf159b77bc1fc91 (diff)
downloadmongo-2dc85453cee5fdc0312c44a2f0633be9f23e7ca0.tar.gz
SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILURE
Done in order to be consistent with PlanStage::StageState. Also cleans up use of PlanStage::DEAD in the IDHackStage.
Diffstat (limited to 'src/mongo/db/exec/idhack.h')
-rw-r--r--src/mongo/db/exec/idhack.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/exec/idhack.h b/src/mongo/db/exec/idhack.h
index a58d0fc393f..800cd8e4675 100644
--- a/src/mongo/db/exec/idhack.h
+++ b/src/mongo/db/exec/idhack.h
@@ -94,9 +94,6 @@ namespace mongo {
// The value to match against the _id field.
BSONObj _key;
- // Did someone call kill() on us?
- bool _killed;
-
// Have we returned our one document?
bool _done;