This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 44910b5  HDFS-15699 Remove lz4 references in vcxproj (#2498)
44910b5 is described below

commit 44910b53f383f8ab092b7f9889fbf353e057d3f7
Author: Gautham B A <[email protected]>
AuthorDate: Mon Nov 30 12:23:54 2020 +0530

    HDFS-15699 Remove lz4 references in vcxproj (#2498)
---
 hadoop-common-project/hadoop-common/src/main/native/native.vcxproj | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj 
b/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
index 19b4d95..36b5603 100644
--- a/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
+++ b/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
@@ -128,10 +128,6 @@
   <ItemGroup>
     <ClCompile 
Include="src\org\apache\hadoop\io\compress\zlib\ZlibCompressor.c" 
Condition="Exists('$(ZLIB_HOME)')" />
     <ClCompile 
Include="src\org\apache\hadoop\io\compress\zlib\ZlibDecompressor.c" 
Condition="Exists('$(ZLIB_HOME)')" />
-    <ClCompile Include="src\org\apache\hadoop\io\compress\lz4\lz4.c" />
-    <ClCompile Include="src\org\apache\hadoop\io\compress\lz4\lz4hc.c" />
-    <ClCompile Include="src\org\apache\hadoop\io\compress\lz4\Lz4Compressor.c" 
/>
-    <ClCompile 
Include="src\org\apache\hadoop\io\compress\lz4\Lz4Decompressor.c" />
     <ClCompile Include="src\org\apache\hadoop\io\nativeio\file_descriptor.c" />
     <ClCompile Include="src\org\apache\hadoop\io\nativeio\NativeIO.c" />
     <ClCompile 
Include="src\org\apache\hadoop\security\JniBasedUnixGroupsMappingWin.c" />


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to