Unused value
authorDavid Barksdale <amatus@amat.us>
Mon, 15 Jan 2018 05:06:51 +0000 (23:06 -0600)
committerDavid Barksdale <amatus@amat.us>
Mon, 15 Jan 2018 05:07:52 +0000 (23:07 -0600)
src/psycutil/psyc_message.c

index 3421fd0ba8c384dbf2bc31610bc483034fb3053e..3bd99425ef6552beea2b30ff3a9e6b69bfce1743 100644 (file)
@@ -818,7 +818,6 @@ GNUNET_PSYC_transmit_cancel (struct GNUNET_PSYC_TransmitHandle *tmit)
 
   /* FIXME */
   struct GNUNET_MessageHeader msg;
-  msg.type = htons (GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_DATA);
   msg.type = htons (GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_CANCEL);
   msg.size = htons (sizeof (msg));
   transmit_queue_insert (tmit, &msg, GNUNET_YES);