removing "unused variable" error
[oweals/gnunet.git] / src / datastore / plugin_datastore_sqlite.c
index 1f7348a984b4d989473843e72fbd282e22928d5f..4799b6bcaea7639c831fe5a3e36838a5fa5eae86 100644 (file)
@@ -360,6 +360,7 @@ database_shutdown (struct Plugin *plugin)
 {
   int result;
   sqlite3_stmt *stmt;
+  stmt = NULL;
 
   if (plugin->delRow != NULL)
     sqlite3_finalize (plugin->delRow);