We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6aa8c commit be2f909Copy full SHA for be2f909
src/bin/pg_dump/pg_dumpall.c
@@ -30,8 +30,6 @@
30
#define PGDUMP_VERSIONSTR "pg_dump (PostgreSQL) " PG_VERSION "\n"
31
32
33
-static const char *progname;
34
-
35
static void help(void);
36
37
static void dropRoles(PGconn *conn);
0 commit comments