-dead code elimination
[oweals/gnunet.git] / src / core / gnunet-service-core_kx.h
index 6e6d30d8d1fc30ea03ae07b5c2b6177115d0b816..e1b860919d965113c28d09a242b76aea2a840376 100644 (file)
@@ -89,14 +89,10 @@ GSC_KX_encrypt_and_transmit (struct GSC_KeyExchangeInfo *kx,
  *
  * @param kx key exchange information context
  * @param msg encrypted message
- * @param atsi performance data
- * @param atsi_count number of entries in ats (excluding 0-termination)
  */
 void
 GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx,
-                                 const struct GNUNET_MessageHeader *msg,
-                                 const struct GNUNET_ATS_Information *atsi,
-                                 uint32_t atsi_count);
+                                 const struct GNUNET_MessageHeader *msg);
 
 
 /**