-fix
[oweals/gnunet.git] / src / datacache / plugin_datacache_mysql.c
index 2ececa797ddd7b471ca630e7c772db93fc1f0c08..81034290810817083f28e949bab5d31d418caa03 100644 (file)
@@ -83,7 +83,6 @@
 #include "gnunet_mysql_lib.h"
 #include <mysql/mysql.h>
 
-#define DEBUG_DATACACHE_MYSQL GNUNET_EXTRA_LOGGING
 
 /**
  * Estimate of the per-entry overhead (including indices).
@@ -468,7 +467,6 @@ libgnunet_plugin_datacache_mysql_done (void *cls)
   GNUNET_MYSQL_context_destroy (plugin->mc);
   GNUNET_free (plugin);
   GNUNET_free (api);
-  mysql_library_end ();
   return NULL;
 }