summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2012-07-17 17:18:49 -0400
committerMathias Stearn <mathias@10gen.com>2012-07-20 18:16:38 -0400
commit94a0643a83b063678907c767a62066679f618981 (patch)
treef5669a35675337923ffcf1207ebdc5322e8b8d8b /src/mongo/db/pipeline/document_source.cpp
parent3e81903a1c824560c3cb77f7b6d6d6cd24860d74 (diff)
downloadmongo-94a0643a83b063678907c767a62066679f618981.tar.gz
Rip out manageDependecies and DependencyTracker stuff SERVER-4644
Diffstat (limited to 'src/mongo/db/pipeline/document_source.cpp')
-rwxr-xr-xsrc/mongo/db/pipeline/document_source.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/pipeline/document_source.cpp b/src/mongo/db/pipeline/document_source.cpp
index 24eb82abfa7..045ff4c3726 100755
--- a/src/mongo/db/pipeline/document_source.cpp
+++ b/src/mongo/db/pipeline/document_source.cpp
@@ -50,13 +50,6 @@ namespace mongo {
void DocumentSource::optimize() {
}
- void DocumentSource::manageDependencies(
- const intrusive_ptr<DependencyTracker> &pTracker) {
-#ifdef MONGO_LATER_SERVER_4644
- verify(false); // identify any sources that need this but don't have it
-#endif /* MONGO_LATER_SERVER_4644 */
- }
-
bool DocumentSource::advance() {
pExpCtx->checkForInterrupt(); // might not return
return false;