mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove duplicate definition of 'progname'.
Per buildfarm.
This commit is contained in:
parent
9c6aa8cca0
commit
be2f909200
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue