From: Matthias Wachs Date: Mon, 20 Dec 2010 10:54:17 +0000 (+0000) Subject: removing "unused variable" error X-Git-Tag: initial-import-from-subversion-38251~19504 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ddf2aff7fcc845b3e9b968e4deaee823d32e8390;p=oweals%2Fgnunet.git removing "unused variable" error --- 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) { int result; sqlite3_stmt *stmt; + stmt = NULL; if (plugin->delRow != NULL) sqlite3_finalize (plugin->delRow);