Author: j16sdiz
Date: 2008-09-08 11:34:38 +0000 (Mon, 08 Sep 2008)
New Revision: 22550

Modified:
   trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
unused variable left in r22165

Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-09-08 
11:34:17 UTC (rev 22549)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-09-08 
11:34:38 UTC (rev 22550)
@@ -143,11 +143,7 @@
                }

                private class TempBucketOutputStream extends OutputStream {
-                       @SuppressWarnings("unused")
-                       private final short idx;
-                       
                        TempBucketOutputStream(short idx) throws IOException {
-                               this.idx = idx;
                                if(os == null)
                                        os = currentBucket.getOutputStream();
                        }


Reply via email to