Author: kryptos
Date: 2007-09-29 00:03:47 +0000 (Sat, 29 Sep 2007)
New Revision: 15374

Modified:
   branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java
Log:
 Remove unused variables

Modified: branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java
===================================================================
--- branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java 2007-09-28 
23:30:28 UTC (rev 15373)
+++ branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java 2007-09-29 
00:03:47 UTC (rev 15374)
@@ -74,8 +74,7 @@
         */

        private final HashMap authenticatorCache;
-       final eKey encryptionKey;
-
+       
        /** We renew it on each *successful* run of the protocol (the spec. 
says "once a while") - access is synchronized! */
        private DiffieHellmanLightContext currentDHContext = null;
        protected static final int NONCE_SIZE = 8;
@@ -118,7 +117,7 @@
                fnpTimingSource = new EntropySource();
                myPacketDataSource = new EntropySource();
                authenticatorCache = new HashMap();
-               encryptionKey = new eKey();
+               
                fullHeadersLengthMinimum = HEADERS_LENGTH_MINIMUM + 
sock.getHeadersLength();
                fullHeadersLengthOneMessage = HEADERS_LENGTH_ONE_MESSAGE + 
sock.getHeadersLength();
                logMINOR = Logger.shouldLog(Logger.MINOR, this);


Reply via email to