MinGW
[oweals/gnunet.git] / src / util / test_container_multihashmap.c
index 34d24a8faff626bdb2cff2a04a822c7e2cea94fe..426afba8515a4ae438d7b247556590a543b4be05 100644 (file)
@@ -38,7 +38,6 @@ testMap (int i)
   GNUNET_HashCode k1;
   GNUNET_HashCode k2;
   int j;
-  void *r;
 
   CHECK (NULL != (m = GNUNET_CONTAINER_multihashmap_create (i)));
   memset (&k1, 0, sizeof (k1));
@@ -108,4 +107,4 @@ main (int argc, char *argv[])
   return 0;
 }
 
-/* end of maptest.c */
+/* end of test_container_multihashmap.c */