diff options
Diffstat (limited to 'src/datacache/plugin_datacache_mysql.c')
-rw-r--r-- | src/datacache/plugin_datacache_mysql.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c index 4a78a96acb..8e477409e1 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, static int iclose (struct Plugin *plugin) { - struct GNUNET_MysqlStatementHandle *spos; - - spos = plugin->shead; while (NULL != plugin->shead) prepared_statement_destroy (plugin, plugin->shead); |