aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-11-29 23:19:46 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2011-11-29 23:19:46 -0500
commitbe2f909200ece7985d60848797c3eb07f9d1b995 (patch)
tree17e8b1eb491dc0ad10c975f7d6f4f5934c38fb1a /src
parent9c6aa8cca0c8b2d46a174ec5171c2cf0aa97b2d0 (diff)
downloadpostgresql-be2f909200ece7985d60848797c3eb07f9d1b995.tar.gz
postgresql-be2f909200ece7985d60848797c3eb07f9d1b995.zip
Remove duplicate definition of 'progname'.
Per buildfarm.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_dumpall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c
index 76927093ac3..04d655a504b 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);