From 3d418de3c01446e458c21cbc410f87445ea2829e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 12 Jul 2012 11:06:31 +0000 Subject: [PATCH] Fix a warning - unused variable. --- org.glite.lbjp-common.db/src/db-pg.c | 1 - 1 file changed, 1 deletion(-) 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; -- 1.8.2.3