You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/02/06 11:11:35 UTC

ant-antlibs-compress git commit: strip copy-paste left-over

Repository: ant-antlibs-compress
Updated Branches:
  refs/heads/master 86bdc32f8 -> 405d27dc9


strip copy-paste left-over


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/405d27dc
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/405d27dc
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/405d27dc

Branch: refs/heads/master
Commit: 405d27dc9b29803aef1473f66d9a3f1d3d74a7b4
Parents: 86bdc32
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Feb 6 12:10:29 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Feb 6 12:10:29 2018 +0100

----------------------------------------------------------------------
 src/main/org/apache/ant/compress/taskdefs/Undeflate64.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/405d27dc/src/main/org/apache/ant/compress/taskdefs/Undeflate64.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/ant/compress/taskdefs/Undeflate64.java b/src/main/org/apache/ant/compress/taskdefs/Undeflate64.java
index 0b9a3f4..c48839d 100644
--- a/src/main/org/apache/ant/compress/taskdefs/Undeflate64.java
+++ b/src/main/org/apache/ant/compress/taskdefs/Undeflate64.java
@@ -30,8 +30,6 @@ import org.apache.commons.compress.compressors.CompressorInputStream;
  */
 public final class Undeflate64 extends UnpackBase {
 
-    private boolean zlibHeader = true;
-
     public Undeflate64() {
         super(".dfl64", new Deflate64StreamFactory());
     }