diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-01-14 19:41:19 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-01-14 19:41:19 +0000 |
commit | 5081a5585d2caee52653223e644b0b7425ab3766 (patch) | |
tree | 4fbe59fdad66766ee588fa837796cfadee07b90a /src/datacache/plugin_datacache_mysql.c | |
parent | 32fa17ea6a3aac203c0220febae884cc60ccdc72 (diff) |
dead
git-svn-id: https://gnunet.org/svn/gnunet@14183 140774ce-b5e7-0310-ab8b-a85725594a96
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); |