duplicateline
authorChristian Grothoff <christian@grothoff.org>
Mon, 18 Jul 2011 06:54:47 +0000 (06:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 18 Jul 2011 06:54:47 +0000 (06:54 +0000)
src/dht/plugin_dhtlog_mysql.c

index 4630b8d96bfb6471c9ea1919458d8c72beac3d6e..bcedee1ef097c335a2edcbab0ac8d201db6fc359 100644 (file)
@@ -1611,7 +1611,6 @@ libgnunet_plugin_dhtlog_mysql_init (void * cls)
   plugin->dhtlog_api->update_topology = &update_current_topology;
   plugin->dhtlog_api->insert_extended_topology = &add_extended_topology;
   plugin->dhtlog_api->set_malicious = &set_malicious;
-  plugin->dhtlog_api->add_generic_stat = &add_generic_stat;
   get_current_trial (&current_trial);
 
   return plugin;