From: Matthias Wachs Date: Mon, 20 Dec 2010 10:45:58 +0000 (+0000) Subject: just to remove "unused variable" error X-Git-Tag: initial-import-from-subversion-38251~19505 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84882196df0ce4d603d711beee26e050698fd761;p=oweals%2Fgnunet.git just to remove "unused variable" error --- diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c index 1e293a4ba..3a27649d6 100644 --- a/src/datacache/plugin_datacache_sqlite.c +++ b/src/datacache/plugin_datacache_sqlite.c @@ -425,6 +425,7 @@ libgnunet_plugin_datacache_sqlite_done (void *cls) struct Plugin *plugin = api->cls; int result; sqlite3_stmt *stmt; + stmt = NULL; #if !WINDOWS || defined(__CYGWIN__) if (0 != UNLINK (plugin->fn))