dead
authorChristian Grothoff <christian@grothoff.org>
Wed, 7 Apr 2010 06:31:50 +0000 (06:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 7 Apr 2010 06:31:50 +0000 (06:31 +0000)
src/fs/gnunet-service-fs.c

index 95d3263debc580a1e60f871fe6d3eac3ea74d6fa..9b64e49ddbb09da6a9e07da637eda6db0efab558 100644 (file)
@@ -1010,7 +1010,6 @@ transmit_to_peer (void *cls,
   struct GNUNET_PeerIdentity pid;
   struct PendingMessage *pm;
   size_t msize;
-  struct PendingRequest *pr;
  
   cp->cth = NULL;
   if (NULL == buf)
@@ -1028,7 +1027,6 @@ transmit_to_peer (void *cls,
       memcpy (&cbuf[msize], &pm[1], pm->msize);
       msize += pm->msize;
       size -= pm->msize;
-      pr = pm->pml->req;
       destroy_pending_message (pm, cp->pid);
     }
   if (NULL != pm)