From: František Dvořák Date: Thu, 12 Jul 2012 11:06:31 +0000 (+0000) Subject: Fix a warning - unused variable. X-Git-Tag: glite-jobid-api-c_R_2_1_2_3~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3d418de3c01446e458c21cbc410f87445ea2829e;p=jra1mw.git Fix a warning - unused variable. --- diff --git a/org.glite.lbjp-common.db/src/db-pg.c b/org.glite.lbjp-common.db/src/db-pg.c index 9480d7d..26a03e4 100644 --- a/org.glite.lbjp-common.db/src/db-pg.c +++ b/org.glite.lbjp-common.db/src/db-pg.c @@ -126,7 +126,6 @@ static const char *prepared_names[4] = {"select", "update", "insert", "other"}; int glite_lbu_InitDBContextPsql(glite_lbu_DBContext *ctx_gen) { glite_lbu_DBContextPsql ctx; - int err = 0; ctx = calloc(1, sizeof *ctx); if (!ctx) return ENOMEM;