aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-07 07:21:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-07 07:21:36 +0000
commit87617678ba742a1daf222858117e53252e3f0f11 (patch)
tree155dcc1df9a11df6d13abb2b6f79a8cd44f1afd0 /src/datastore/plugin_datastore_mysql.c
parent6ed107622e537d73eb5462feedc7700dfeba5b5b (diff)
downloadgnunet-87617678ba742a1daf222858117e53252e3f0f11.tar.gz
gnunet-87617678ba742a1daf222858117e53252e3f0f11.zip
indent, dce
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);