summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_index_stats.h
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2019-04-11 16:28:24 -0400
committerNick Zolnierz <nicholas.zolnierz@mongodb.com>2019-04-11 16:28:24 -0400
commit3b41d489010fec3502bd18e1092bb3f325813456 (patch)
tree6f2c69e49c6e61eba7583febab61579d95cc6bb2 /src/mongo/db/pipeline/document_source_index_stats.h
parentb829abf80b7e4f8512a3e69935e351724cba4a74 (diff)
downloadmongo-3b41d489010fec3502bd18e1092bb3f325813456.tar.gz
Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"
This reverts commit 1b00abfda7592d701f632b9550f973c56cea818f.
Diffstat (limited to 'src/mongo/db/pipeline/document_source_index_stats.h')
-rw-r--r--src/mongo/db/pipeline/document_source_index_stats.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/pipeline/document_source_index_stats.h b/src/mongo/db/pipeline/document_source_index_stats.h
index e4a3b30292e..9b162ca4575 100644
--- a/src/mongo/db/pipeline/document_source_index_stats.h
+++ b/src/mongo/db/pipeline/document_source_index_stats.h
@@ -89,10 +89,6 @@ public:
static boost::intrusive_ptr<DocumentSource> createFromBson(
BSONElement elem, const boost::intrusive_ptr<ExpressionContext>& pExpCtx);
- void acceptVisitor(DocumentSourceVisitor* visitor) final {
- visitor->visit(this);
- }
-
private:
DocumentSourceIndexStats(const boost::intrusive_ptr<ExpressionContext>& pExpCtx);