From: Christian Grothoff Date: Wed, 25 Jan 2012 09:45:25 +0000 (+0000) Subject: -dce X-Git-Tag: initial-import-from-subversion-38251~15137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=406bc50fc0d5f9b9b3ec29e0916cfaa6f8e77bc3;p=oweals%2Fgnunet.git -dce --- diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index e05fbf2d3..3486d76dc 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -347,7 +347,6 @@ postgres_plugin_get (void *cls, const GNUNET_HashCode * key, unsigned int i; PGresult *res; - cnt = 0; res = PQexecPrepared (plugin->dbh, (type == 0) ? "getk" : "getkt", (type == 0) ? 1 : 2, paramValues, paramLengths,