aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-20 10:54:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-20 10:54:17 +0000
commitddf2aff7fcc845b3e9b968e4deaee823d32e8390 (patch)
treeb4f19d70c7f8f8ded23cb171728181a1766a0316 /src
parent84882196df0ce4d603d711beee26e050698fd761 (diff)
downloadgnunet-ddf2aff7fcc845b3e9b968e4deaee823d32e8390.tar.gz
gnunet-ddf2aff7fcc845b3e9b968e4deaee823d32e8390.zip
removing "unused variable" error
Diffstat (limited to 'src')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 1f7348a98..4799b6bca 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -360,6 +360,7 @@ database_shutdown (struct Plugin *plugin)
360{ 360{
361 int result; 361 int result;
362 sqlite3_stmt *stmt; 362 sqlite3_stmt *stmt;
363 stmt = NULL;
363 364
364 if (plugin->delRow != NULL) 365 if (plugin->delRow != NULL)
365 sqlite3_finalize (plugin->delRow); 366 sqlite3_finalize (plugin->delRow);