diff options
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r-- | src/mongo/db/curop.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h index 1f685438508..3f3fe4b43a7 100644 --- a/src/mongo/db/curop.h +++ b/src/mongo/db/curop.h @@ -185,10 +185,6 @@ public: BSONObj execStats; // Owned here. - // The hash of the PlanCache key for the query being run. This may change depending on what - // indexes are present. - boost::optional<uint32_t> planCacheKey; - // The hash of the query's "stable" key. This represents the query's shape. boost::optional<uint32_t> queryHash; // Details of any error (whether from an exception or a command returning failure). |