summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/test.vcxproj
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2013-10-16 16:49:57 -0400
committerMathias Stearn <mathias@10gen.com>2013-10-21 13:49:34 -0400
commit247191fdd87bbec859ca759ab0fd1c4b9fa9e8bc (patch)
treebb540b9ea9007c9b36a0a5a2e1af669cce078373 /src/mongo/dbtests/test.vcxproj
parentebe18abffda4d3aad1c4ee9a170a63e1d570de3b (diff)
downloadmongo-247191fdd87bbec859ca759ab0fd1c4b9fa9e8bc.tar.gz
Get rid of DocumentSourceFilterBase
Since we removed DocumentSourceFilter it is only inherited by DocumentSourceMatch.
Diffstat (limited to 'src/mongo/dbtests/test.vcxproj')
-rw-r--r--src/mongo/dbtests/test.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/dbtests/test.vcxproj b/src/mongo/dbtests/test.vcxproj
index c35b76d4778..ced56ad2b7b 100644
--- a/src/mongo/dbtests/test.vcxproj
+++ b/src/mongo/dbtests/test.vcxproj
@@ -3377,8 +3377,6 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\db\pipeline\document_source_bson_array.cpp" />
<ClCompile Include="..\db\pipeline\document_source_command_shards.cpp" />
<ClCompile Include="..\db\pipeline\document_source_cursor.cpp" />
- <ClCompile Include="..\db\pipeline\document_source_filter.cpp" />
- <ClCompile Include="..\db\pipeline\document_source_filter_base.cpp" />
<ClCompile Include="..\db\pipeline\document_source_geo_near.cpp" />
<ClCompile Include="..\db\pipeline\document_source_group.cpp" />
<ClCompile Include="..\db\pipeline\document_source_limit.cpp" />