diff options
author | Mathias Stearn <mathias@10gen.com> | 2013-07-08 14:29:13 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2013-07-10 17:17:59 -0400 |
commit | 5c3e1d60f26b8b6502904e9ca4c9b8626c18bd1b (patch) | |
tree | 4be9ca1c7c9cdd4eaa0102b15e83d4184d684d59 /src/mongo/shell/mongo.vcxproj | |
parent | fc3c814a0ac7cec753aa5ad18ec1c07ea84ecaf1 (diff) | |
download | mongo-5c3e1d60f26b8b6502904e9ca4c9b8626c18bd1b.tar.gz |
Remove dead classes: DocMemMonitor and StringWriter
Diffstat (limited to 'src/mongo/shell/mongo.vcxproj')
-rwxr-xr-x | src/mongo/shell/mongo.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/shell/mongo.vcxproj b/src/mongo/shell/mongo.vcxproj index aab665c1381..06f7fe5bebb 100755 --- a/src/mongo/shell/mongo.vcxproj +++ b/src/mongo/shell/mongo.vcxproj @@ -1890,7 +1890,6 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj <ClInclude Include="..\util\stack_introspect.h" />
<ClInclude Include="..\util\string_map.h" />
<ClInclude Include="..\util\string_map_internal.h" />
- <ClInclude Include="..\util\string_writer.h" />
<ClInclude Include="..\util\timer-inl.h" />
<ClInclude Include="..\util\unordered_fast_key_table.h" />
<ClInclude Include="..\util\unordered_fast_key_table_internal.h" />
@@ -2034,4 +2033,4 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file +</Project>
|