1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove duplicate definition of 'progname'.

Per buildfarm.
This commit is contained in:
Tom Lane
2011-11-29 23:19:46 -05:00
parent 9c6aa8cca0
commit be2f909200

View File

@ -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);