Author: j16sdiz
Date: 2008-10-24 12:12:53 +0000 (Fri, 24 Oct 2008)
New Revision: 23071
Modified:
trunk/freenet/src/freenet/support/io/FileBucket.java
Log:
unused field
Modified: trunk/freenet/src/freenet/support/io/FileBucket.java
===================================================================
--- trunk/freenet/src/freenet/support/io/FileBucket.java 2008-10-24
12:12:27 UTC (rev 23070)
+++ trunk/freenet/src/freenet/support/io/FileBucket.java 2008-10-24
12:12:53 UTC (rev 23071)
@@ -23,8 +23,6 @@
// JVM caches File.size() and there is no way to flush the cache, so we
// need to track it ourselves
- protected static String tempDir = null;
-
/**
* Creates a new FileBucket.
*