Fix for #4553
[oweals/gnunet.git] / src / fs / fs_unindex.c
index 88d3dd0ea26b862cd6f89496278e6d248787bf9e..2e9c17217a18ed1e82f9da0e8e978a54c2e23de3 100644 (file)
@@ -626,11 +626,9 @@ GNUNET_FS_unindex_do_remove_kblocks_ (struct GNUNET_FS_UnindexContext *uc)
  * processed all blocks.  Clean up.
  *
  * @param cls our unindexing context
- * @param tc not used
  */
 static void
-unindex_extract_keywords (void *cls,
-                          const struct GNUNET_SCHEDULER_TaskContext *tc)
+unindex_extract_keywords (void *cls)
 {
   struct GNUNET_FS_UnindexContext *uc = cls;