From 2f1310c8b6ceb26341bfa9518b7c8545ea49192d Mon Sep 17 00:00:00 2001 From: Major- Date: Tue, 3 Mar 2015 10:55:44 +0000 Subject: [PATCH] Remove unused constant from FileSystemConstants. --- src/org/apollo/fs/FileSystemConstants.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/org/apollo/fs/FileSystemConstants.java b/src/org/apollo/fs/FileSystemConstants.java index 4a1d2b5b..630b5fd4 100644 --- a/src/org/apollo/fs/FileSystemConstants.java +++ b/src/org/apollo/fs/FileSystemConstants.java @@ -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. */