]> granicus.if.org Git - postgresql/commitdiff
Remove duplicate definition of 'progname'.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2011 04:19:46 +0000 (23:19 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2011 04:19:46 +0000 (23:19 -0500)
Per buildfarm.

src/bin/pg_dump/pg_dumpall.c

index 76927093ac345941eb8113c378efb88dc3cf78dd..04d655a504b58a6024a1afdb1702458782de006c 100644 (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);