gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5233 - GNUnet/src/applications/datastore


From: gnunet
Subject: [GNUnet-SVN] r5233 - GNUnet/src/applications/datastore
Date: Wed, 4 Jul 2007 16:38:54 -0600 (MDT)

Author: grothoff
Date: 2007-07-04 16:38:54 -0600 (Wed, 04 Jul 2007)
New Revision: 5233

Modified:
   GNUnet/src/applications/datastore/prefetch.c
Log:
unused

Modified: GNUnet/src/applications/datastore/prefetch.c
===================================================================
--- GNUnet/src/applications/datastore/prefetch.c        2007-07-04 22:36:37 UTC 
(rev 5232)
+++ GNUnet/src/applications/datastore/prefetch.c        2007-07-04 22:38:54 UTC 
(rev 5233)
@@ -115,9 +115,6 @@
              HashCode512 * key,
              Datastore_Value ** value,
              unsigned int type) {
-  int minIdx;
-  int i;
-
   MUTEX_LOCK(lock);
   if (rvalue == NULL) {
     MUTEX_UNLOCK(lock);
@@ -150,7 +147,6 @@
 }
 
 void donePrefetch() {
-  int i;
   void * unused;
 
   doneSignal = YES;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]