aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-05-07 07:21:36 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-05-07 07:21:36 +0000
commit4133a5281fe31ce5eee5f70ff6d3879d024d6a02 (patch)
tree155dcc1df9a11df6d13abb2b6f79a8cd44f1afd0 /src/datastore/plugin_datastore_mysql.c
parentc8111020d136f8c5eba4278a103431f5485abbb3 (diff)
indent, dce
git-svn-id: https://gnunet.org/svn/gnunet@15178 140774ce-b5e7-0310-ab8b-a85725594a96
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 baba03efbb..ec263a035b 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,
static int
iclose (struct Plugin *plugin)
{
- struct GNUNET_MysqlStatementHandle *spos;
-
- spos = plugin->shead;
while (NULL != plugin->shead)
prepared_statement_destroy (plugin,
plugin->shead);