aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r--src/datacache/plugin_datacache_postgres.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c
index e05fbf2d35..3486d76dce 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,