summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/process_interface_standalone.h')
-rw-r--r--src/mongo/db/pipeline/process_interface_standalone.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/pipeline/process_interface_standalone.h b/src/mongo/db/pipeline/process_interface_standalone.h
index 8d7cf4693c4..1569e090c89 100644
--- a/src/mongo/db/pipeline/process_interface_standalone.h
+++ b/src/mongo/db/pipeline/process_interface_standalone.h
@@ -88,9 +88,6 @@ public:
Status appendRecordCount(OperationContext* opCtx,
const NamespaceString& nss,
BSONObjBuilder* builder) const final;
- Status appendQueryExecStats(OperationContext* opCtx,
- const NamespaceString& nss,
- BSONObjBuilder* builder) const final override;
BSONObj getCollectionOptions(const NamespaceString& nss) final;
void renameIfOptionsAndIndexesHaveNotChanged(OperationContext* opCtx,
const BSONObj& renameCommandObj,