summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_exchange.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_exchange.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_exchange.h')
-rw-r--r--src/mongo/db/pipeline/document_source_exchange.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/pipeline/document_source_exchange.h b/src/mongo/db/pipeline/document_source_exchange.h
index 1c4624f78a4..4b6b821be82 100644
--- a/src/mongo/db/pipeline/document_source_exchange.h
+++ b/src/mongo/db/pipeline/document_source_exchange.h
@@ -247,10 +247,6 @@ public:
return _consumerId;
}
- void acceptVisitor(DocumentSourceVisitor* visitor) final {
- visitor->visit(this);
- }
-
private:
boost::intrusive_ptr<Exchange> _exchange;