From be2f909200ece7985d60848797c3eb07f9d1b995 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 29 Nov 2011 23:19:46 -0500 Subject: [PATCH] Remove duplicate definition of 'progname'. Per buildfarm. --- src/bin/pg_dump/pg_dumpall.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index 76927093ac..04d655a504 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -30,8 +30,6 @@ #define PGDUMP_VERSIONSTR "pg_dump (PostgreSQL) " PG_VERSION "\n" -static const char *progname; - static void help(void); static void dropRoles(PGconn *conn); -- 2.40.0