Author: toad
Date: 2009-02-03 16:47:06 +0000 (Tue, 03 Feb 2009)
New Revision: 25493
Modified:
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
Log:
parent is unnecessary here
Modified:
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
---
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
2009-02-03 16:45:44 UTC (rev 25492)
+++
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
2009-02-03 16:47:06 UTC (rev 25493)
@@ -43,7 +43,6 @@
final int retryCount;
final SplitFileFetcherSegment segment;
- final ClientRequester parent;
/**
* The block numbers (as Integer's) of the blocks we are currently
trying to fetch.
* Does not include blocks on the cooldown queue, this is simply used
to make
@@ -59,7 +58,6 @@
super(parent);
this.segment = segment;
this.retryCount = retryCount;
- this.parent = segment.parent;
if(parent == null) throw new NullPointerException();
ctx = segment.blockFetchContext;
blockNums = new Vector<Integer>();
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs