From 406bc50fc0d5f9b9b3ec29e0916cfaa6f8e77bc3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Jan 2012 09:45:25 +0000 Subject: [PATCH] -dce --- src/datacache/plugin_datacache_postgres.c | 1 - 1 file changed, 1 deletion(-) 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, -- 2.25.1