Author: toad
Date: 2009-04-03 23:10:10 +0000 (Fri, 03 Apr 2009)
New Revision: 26486
Modified:
trunk/freenet/src/freenet/client/async/TransientChosenBlock.java
Log:
Delete unused method
Modified: trunk/freenet/src/freenet/client/async/TransientChosenBlock.java
===================================================================
--- trunk/freenet/src/freenet/client/async/TransientChosenBlock.java
2009-04-03 23:07:56 UTC (rev 26485)
+++ trunk/freenet/src/freenet/client/async/TransientChosenBlock.java
2009-04-03 23:10:10 UTC (rev 26486)
@@ -51,10 +51,6 @@
((SendableGet) request).onFailure(e, token, null, context);
}
- public void onSuccess(ClientKeyBlock data, boolean fromStore,
ClientContext context) {
- ((SendableGet) request).onSuccess(data, fromStore, token, null,
context);
- }
-
@Override
public void onFetchSuccess(ClientContext context) {
sched.succeeded((SendableGet)request, false);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs