r26876 - trunk/freenet/src/freenet/support

[email protected] Thu, 16 Apr 2009 04:43:04 +0000
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-16 04:43:04 +0000 (Thu, 16 Apr 2009)
New Revision: 26876

Modified:
   trunk/freenet/src/freenet/support/RandomGrabArray.java
Log:
Unused variable

Modified: trunk/freenet/src/freenet/support/RandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/RandomGrabArray.java	2009-04-16 04:42:39 UTC (rev 26875)
+++ trunk/freenet/src/freenet/support/RandomGrabArray.java	2009-04-16 04:43:04 UTC (rev 26876)
@@ -58,7 +58,6 @@
 		req.setParentGrabArray(this, container);
 		synchronized(this) {
 			int x = 0;
-			int size = 0;
 			if(blocks.length == 1 && index < BLOCK_SIZE) {
 				if(persistent) container.activate(blocks[0], 1);
 				for(int i=0;i<index;i++) {