Author: toad
Date: 2008-06-14 13:44:37 +0000 (Sat, 14 Jun 2008)
New Revision: 20339

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java
Log:
Remove HLSC

Modified: branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java   2008-06-14 
13:33:23 UTC (rev 20338)
+++ branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java   2008-06-14 
13:44:37 UTC (rev 20339)
@@ -28,7 +28,7 @@
                this.clientRequestsByIdentifier = new HashMap();
                this.server = server;
                this.core = server.core;
-               this.client = core.makeClient((short)0);
+               HighLevelSimpleClient client = core.makeClient((short)0);
                this.isGlobalQueue = isGlobalQueue;
                this.persistenceType = persistenceType;
                assert(persistenceType == ClientRequest.PERSIST_FOREVER || 
persistenceType == ClientRequest.PERSIST_REBOOT);
@@ -62,7 +62,6 @@
        /** ClientRequest's by identifier */
        private final HashMap clientRequestsByIdentifier;
        /** Client (one FCPClient = one HighLevelSimpleClient = one round-robin 
slot) */
-       private final HighLevelSimpleClient client;
        public final FetchContext defaultFetchContext;
        public final InsertContext defaultInsertContext;
        public final NodeClientCore core;


Reply via email to