summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/count_scan.cpp
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2018-01-05 17:09:45 -0500
committerDavid Storch <david.storch@10gen.com>2018-01-09 17:58:11 -0500
commitc3c908788d6630969055b7fad674403a476cf481 (patch)
tree112240b0d66d8327e44e62b52b408eba0fae04dc /src/mongo/db/exec/count_scan.cpp
parenta9d076d8642c13859588c3bc111b3c9af08cea2f (diff)
downloadmongo-c3c908788d6630969055b7fad674403a476cf481.tar.gz
SERVER-32570 Clean up stale TODO comments in the query system.
Diffstat (limited to 'src/mongo/db/exec/count_scan.cpp')
-rw-r--r--src/mongo/db/exec/count_scan.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/count_scan.cpp b/src/mongo/db/exec/count_scan.cpp
index 876a5a89d56..8fa0433fe7d 100644
--- a/src/mongo/db/exec/count_scan.cpp
+++ b/src/mongo/db/exec/count_scan.cpp
@@ -157,7 +157,6 @@ void CountScan::doRestoreState() {
_cursor->restore();
// This can change during yielding.
- // TODO this isn't sufficient. See SERVER-17678.
_shouldDedup = _descriptor->isMultikey(getOpCtx());
}