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 0c8ba43 Remove unused private constant.
0c8ba43 is described below
commit 0c8ba43c6f6f660ac37778064ed1ab0af9c31eb0
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 3 08:20:35 2021 -0500
Remove unused private constant.
---
.../main/java/org/apache/commons/vfs2/provider/ram/RamFileSystem.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileSystem.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileSystem.java
index 0f309ae..30c22a0 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileSystem.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileSystem.java
@@ -39,8 +39,6 @@ import org.apache.commons.vfs2.provider.AbstractFileSystem;
*/
public class RamFileSystem extends AbstractFileSystem implements Serializable {
- private static final int BUFFER_SIZE = 512;
-
/**
* serialVersionUID format is YYYYMMDD for the date of the last binary
change.
*/