diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-25 09:45:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-25 09:45:25 +0000 |
commit | 406bc50fc0d5f9b9b3ec29e0916cfaa6f8e77bc3 (patch) | |
tree | dcd5680839c3e151e7af6613343c70152a301af1 /src/datacache/plugin_datacache_postgres.c | |
parent | e036f4cc0b3009b6d15a4a124d7c5cda3e570f6f (diff) |
-dce
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r-- | src/datacache/plugin_datacache_postgres.c | 1 |
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, |