summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/test.vcxproj
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-07-13 15:27:39 -0400
committerTad Marshall <tad@10gen.com>2013-07-13 15:27:39 -0400
commitf204f7fdc3ab8a25f37e6700b9801a468417a7f2 (patch)
treeddee3ddfc620a360a754b1087b799aa70bc04c46 /src/mongo/dbtests/test.vcxproj
parent458cfbf633d94357212d03587e6544d296df58d5 (diff)
downloadmongo-f204f7fdc3ab8a25f37e6700b9801a468417a7f2.tar.gz
SERVER-6071 Visual Studio -- remove db/repl/sync_source_feedback.{cpp,h}
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 f86f7b83fac..aa7c6e70ddc 100644
--- a/src/mongo/dbtests/test.vcxproj
+++ b/src/mongo/dbtests/test.vcxproj
@@ -832,7 +832,6 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClInclude Include="..\db\repl\rs_member.h" />
<ClInclude Include="..\db\repl\rs_sync.h" />
<ClInclude Include="..\db\repl\sync.h" />
- <ClInclude Include="..\db\repl\sync_source_feedback.h" />
<ClInclude Include="..\db\repl\write_concern.h" />
<ClInclude Include="..\db\restapi.h" />
<ClInclude Include="..\db\server_parameters.h" />
@@ -3397,7 +3396,6 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\db\repl\rs_rollback.cpp" />
<ClCompile Include="..\db\repl\rs_sync.cpp" />
<ClCompile Include="..\db\repl\sync.cpp" />
- <ClCompile Include="..\db\repl\sync_source_feedback.cpp" />
<ClCompile Include="..\db\repl\write_concern.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)repl_write_concern.obj</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)repl_write_concern.obj</ObjectFileName>