summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-04-17 02:42:34 -0400
committerEliot Horowitz <eliot@10gen.com>2014-04-17 13:14:04 -0400
commit92748f2572fd6492bfccd56e339b7255017d15ee (patch)
treeb1b40e383042ca10fc52b72e678765bb22e67fcf /src/mongo/db/exec/collection_scan.h
parentce52f313ca52759d606886641f44541bd7baf5bd (diff)
downloadmongo-92748f2572fd6492bfccd56e339b7255017d15ee.tar.gz
SERVER-13084: remove many cc() calls from query/exec world
Diffstat (limited to 'src/mongo/db/exec/collection_scan.h')
-rw-r--r--src/mongo/db/exec/collection_scan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/collection_scan.h b/src/mongo/db/exec/collection_scan.h
index 0b1a63bf9ab..05b38df9d52 100644
--- a/src/mongo/db/exec/collection_scan.h
+++ b/src/mongo/db/exec/collection_scan.h
@@ -58,7 +58,6 @@ namespace mongo {
virtual void recoverFromYield();
virtual PlanStageStats* getStats();
-
private:
/**
* Returns true if the record 'loc' references is in memory, false otherwise.