diff options
-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); |