removing dead argument
authorChristian Grothoff <christian@grothoff.org>
Sun, 8 Feb 2015 16:24:51 +0000 (16:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 8 Feb 2015 16:24:51 +0000 (16:24 +0000)
src/include/gnunet_ats_plugin.h

index ec564bb82584428dc37f232c25d52ec82b66160e..c33ad61e9030d7ed1e2634418d4e90b50a014fef 100644 (file)
@@ -114,12 +114,10 @@ typedef void
  *
  * @param solver the solver Handle
  * @param address the address to delete
- * @param session_only remove address or just session
  */
 typedef void
 (*GAS_solver_address_delete) (void *solver,
-                              struct ATS_Address *address,
-                              int session_only);
+                              struct ATS_Address *address);
 
 
 /**