diff options
| author | Tom Lane | 2011-11-30 04:19:46 +0000 |
|---|---|---|
| committer | Tom Lane | 2011-11-30 04:19:46 +0000 |
| commit | be2f909200ece7985d60848797c3eb07f9d1b995 (patch) | |
| tree | 17e8b1eb491dc0ad10c975f7d6f4f5934c38fb1a | |
| parent | 9c6aa8cca0c8b2d46a174ec5171c2cf0aa97b2d0 (diff) | |
Remove duplicate definition of 'progname'.
Per buildfarm.
| -rw-r--r-- | src/bin/pg_dump/pg_dumpall.c | 2 |
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); |
