Remove unused constant from FileSystemConstants.

This commit is contained in:
Major-
2015-03-03 10:55:44 +00:00
parent 7a6132d856
commit 2f1310c8b6
@@ -27,11 +27,6 @@ public final class FileSystemConstants {
*/
public static final int BLOCK_SIZE = HEADER_SIZE + CHUNK_SIZE;
/**
* The number of caches.
*/
public static final int CACHE_COUNT = 5;
/**
* The size of an index.
*/