-dce
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 09:45:25 +0000 (09:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 09:45:25 +0000 (09:45 +0000)
src/datacache/plugin_datacache_postgres.c

index e05fbf2d3591346eeb7b0e9987d949bd8ae25aa1..3486d76dce12a55f713988918e8930f28262eecc 100644 (file)
@@ -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,