summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_unwind.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2013-08-06 14:04:00 -0400
committerMathias Stearn <mathias@10gen.com>2013-08-09 13:38:27 -0400
commitcefbca64b1406f6e389afd2e2b817982879c17e9 (patch)
treea1511460e985c34f1e1ac668794854660a5cbd26 /src/mongo/db/pipeline/document_source_unwind.cpp
parent311aafaf4d17470f9d5b1ae2090acf38fb4d00a3 (diff)
downloadmongo-cefbca64b1406f6e389afd2e2b817982879c17e9.tar.gz
Remove unnecessarily defined constructors and destructors from aggregation
Diffstat (limited to 'src/mongo/db/pipeline/document_source_unwind.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_unwind.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/pipeline/document_source_unwind.cpp b/src/mongo/db/pipeline/document_source_unwind.cpp
index cae8dad3e76..eeb046aa0a4 100644
--- a/src/mongo/db/pipeline/document_source_unwind.cpp
+++ b/src/mongo/db/pipeline/document_source_unwind.cpp
@@ -98,9 +98,6 @@ namespace mongo {
const char DocumentSourceUnwind::unwindName[] = "$unwind";
- DocumentSourceUnwind::~DocumentSourceUnwind() {
- }
-
DocumentSourceUnwind::DocumentSourceUnwind(
const intrusive_ptr<ExpressionContext> &pExpCtx):
DocumentSource(pExpCtx) {