Author: toad
Date: 2009-04-02 21:18:30 +0000 (Thu, 02 Apr 2009)
New Revision: 26385
Modified:
trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
Log:
Delete obsolete transient structure
Modified: trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
2009-04-02 21:11:09 UTC (rev 26384)
+++ trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
2009-04-02 21:18:30 UTC (rev 26385)
@@ -1075,12 +1075,6 @@
schedCore.removeTransientInsertFetching(insert, token);
}
- /**
- * Map from SendableGet implementing SupportsBulkCallFailure to
BulkCallFailureItem[].
- */
- private transient HashMap bulkFailureLookupItems = new HashMap();
- private transient HashMap bulkFailureLookupJob = new HashMap();
-
public void callFailure(final SendableGet get, final
LowLevelGetException e, int prio, boolean persistent) {
if(!persistent) {
get.onFailure(e, null, null, clientContext);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs