diff options
author | Shaun Verch <shaun.verch@10gen.com> | 2013-09-03 14:53:58 -0400 |
---|---|---|
committer | Shaun Verch <shaun.verch@10gen.com> | 2013-09-04 16:25:48 -0400 |
commit | d564102905bf073b8370f872d1a2cac664084006 (patch) | |
tree | 324d3ea45b20b6da31476a4f4a06ca4734055bd2 /src/mongo/dbtests/test.vcxproj | |
parent | 5f40281d1463a4925086b29567499924dec04889 (diff) | |
download | mongo-d564102905bf073b8370f872d1a2cac664084006.tar.gz |
Removed old unused Model class
Diffstat (limited to 'src/mongo/dbtests/test.vcxproj')
-rw-r--r-- | src/mongo/dbtests/test.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/dbtests/test.vcxproj b/src/mongo/dbtests/test.vcxproj index 1e668d97bbf..afedffb49cd 100644 --- a/src/mongo/dbtests/test.vcxproj +++ b/src/mongo/dbtests/test.vcxproj @@ -988,7 +988,6 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj <ClInclude Include="..\..\third_party\pcre-8.30\pcre.h" />
<ClInclude Include="..\client\connpool.h" />
<ClInclude Include="..\client\dbclient.h" />
- <ClInclude Include="..\client\model.h" />
<ClInclude Include="..\db\btree.h" />
<ClInclude Include="..\db\clientcursor.h" />
<ClInclude Include="..\db\cmdline.h" />
@@ -2386,7 +2385,6 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj <ClCompile Include="..\client\dbclient_rs.cpp" />
<ClCompile Include="..\client\distlock.cpp" />
<ClCompile Include="..\client\gridfs.cpp" />
- <ClCompile Include="..\client\model.cpp" />
<ClCompile Include="..\client\parallel.cpp" />
<ClCompile Include="..\client\sasl_client_authenticate.cpp" />
<ClCompile Include="..\db\audit.cpp" />
|