summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 6418883a605..d0e5d13313d 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -277,9 +277,6 @@ public:
// Indicates whether this operation used the common query framework (CQF).
bool cqfUsed{false};
- // Tracks whether an aggregation query has a lookup stage regardless of the engine used.
- bool pipelineUsesLookup{false};
-
// Tracks the amount of indexed loop joins in a pushed down lookup stage.
int indexedLoopJoin{0};