diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java index 4fbc624dde1e4d98c5bf87b096dfd1a5576b1bfe..15da9ead87ff45d4c9b501ad33bf3dc12dfbd26c 100644 --- a/core/src/main/java/hudson/FilePath.java +++ b/core/src/main/java/hudson/FilePath.java @@ -49,7 +49,6 @@ import hudson.util.FormValidation; import hudson.util.IOUtils; import static hudson.Util.*; -import static hudson.util.jna.GNUCLibrary.LIBC; import static hudson.FilePath.TarCompression.GZIP; import hudson.org.apache.tools.tar.TarInputStream; import hudson.util.io.Archiver;