aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/plugin_datacache_mysql.c')
-rw-r--r--src/datacache/plugin_datacache_mysql.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c
index 4a78a96ac..8e477409e 100644
--- a/src/datacache/plugin_datacache_mysql.c
+++ b/src/datacache/plugin_datacache_mysql.c
@@ -261,9 +261,6 @@ prepared_statement_destroy (struct Plugin *plugin,
261static int 261static int
262iclose (struct Plugin *plugin) 262iclose (struct Plugin *plugin)
263{ 263{
264 struct GNUNET_MysqlStatementHandle *spos;
265
266 spos = plugin->shead;
267 while (NULL != plugin->shead) 264 while (NULL != plugin->shead)
268 prepared_statement_destroy (plugin, 265 prepared_statement_destroy (plugin,
269 plugin->shead); 266 plugin->shead);