You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2016/03/06 15:09:43 UTC

thrift git commit: THRIFT-3664 Remove md5.c Client: Compiler (general) Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master c40018b28 -> 35b4465ab


THRIFT-3664 Remove md5.c
Client: Compiler (general)
Patch: Jens Geyer


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/35b4465a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/35b4465a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/35b4465a

Branch: refs/heads/master
Commit: 35b4465ab75c28c5adce8b2ba96137cfc5f99f72
Parents: c40018b
Author: Jens Geyer <je...@apache.org>
Authored: Sun Mar 6 14:59:35 2016 +0100
Committer: Jens Geyer <je...@apache.org>
Committed: Sun Mar 6 14:59:35 2016 +0100

----------------------------------------------------------------------
 compiler/cpp/compiler.vcxproj | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/35b4465a/compiler/cpp/compiler.vcxproj
----------------------------------------------------------------------
diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj
index 2987aad..6f5396b 100644
--- a/compiler/cpp/compiler.vcxproj
+++ b/compiler/cpp/compiler.vcxproj
@@ -26,7 +26,6 @@
     <ClInclude Include="src\generate\t_html_generator.h" />
     <ClInclude Include="src\globals.h" />
     <ClInclude Include="src\main.h" />
-    <ClInclude Include="src\md5.h" />
     <ClInclude Include="src\parse\t_base_type.h" />
     <ClInclude Include="src\parse\t_const.h" />
     <ClInclude Include="src\parse\t_const_value.h" />
@@ -82,7 +81,6 @@
     <ClCompile Include="src\generate\t_xml_generator.cc" />
     <ClCompile Include="src\generate\t_xsd_generator.cc" />
     <ClCompile Include="src\main.cc" />
-    <ClCompile Include="src\md5.c" />
     <ClCompile Include="src\parse\parse.cc" />
     <ClCompile Include="src\parse\t_typedef.cc" />
     <ClCompile Include="src\thriftl.cc" />