aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index baba03efb..ec263a035 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -339,9 +339,6 @@ prepared_statement_destroy (struct Plugin *plugin,
339static int 339static int
340iclose (struct Plugin *plugin) 340iclose (struct Plugin *plugin)
341{ 341{
342 struct GNUNET_MysqlStatementHandle *spos;
343
344 spos = plugin->shead;
345 while (NULL != plugin->shead) 342 while (NULL != plugin->shead)
346 prepared_statement_destroy (plugin, 343 prepared_statement_destroy (plugin,
347 plugin->shead); 344 plugin->shead);