summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/collection_scan.h')
-rw-r--r--src/mongo/db/exec/collection_scan.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/exec/collection_scan.h b/src/mongo/db/exec/collection_scan.h
index 69d71cc70b1..0ddb2f9e348 100644
--- a/src/mongo/db/exec/collection_scan.h
+++ b/src/mongo/db/exec/collection_scan.h
@@ -52,8 +52,6 @@ class OperationContext;
*/
class CollectionScan final : public RequiresCollectionStage {
public:
- static const char* kStageType;
-
CollectionScan(ExpressionContext* expCtx,
const CollectionPtr& collection,
const CollectionScanParams& params,