aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-14 19:41:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-14 19:41:19 +0000
commit2d397c977b301921e7afa901968f4c911acfe120 (patch)
tree4fbe59fdad66766ee588fa837796cfadee07b90a /src
parentaa8359f9e8e5ddf828b11e81d36160c80a4e36fd (diff)
downloadgnunet-2d397c977b301921e7afa901968f4c911acfe120.tar.gz
gnunet-2d397c977b301921e7afa901968f4c911acfe120.zip
dead
Diffstat (limited to 'src')
-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);