You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2021/11/21 17:09:42 UTC

[commons-jcs] 02/02: Remove now obsolete variable

This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit ae1f13422ec21b1304c498e1997ec0597ef906c4
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Nov 21 18:09:20 2021 +0100

    Remove now obsolete variable
---
 .../org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java
index 69dd6ea..fc76528 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java
@@ -709,7 +709,6 @@ public class IndexedDiskCache<K, V> extends AbstractDiskCache<K, V>
             return false;
         }
 
-        final boolean reset = false;
         boolean removed = false;
         try
         {