This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 40f945b Remove dead comments. 40f945b is described below commit 40f945bb623184c27129e8a7085adcdcc44c0a12 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Apr 27 13:24:45 2019 -0400 Remove dead comments. --- .../main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java index fa59439..fb3d40d 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java @@ -48,8 +48,6 @@ public class SftpFileSystem extends AbstractFileSystem { private Session session; - // private final JSch jSch; - private ChannelSftp idleChannel; private final int connectTimeoutMillis;