diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c index 0a254220ca1ee25d590ebdc43ce3d1653e60de07..4f00454a7930f2d292a08144050e1125cd5a5e13 100644 --- a/src/bin/pg_dump/pg_restore.c +++ b/src/bin/pg_dump/pg_restore.c @@ -34,7 +34,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.74 2006/02/12 04:04:32 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.75 2006/02/12 04:07:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -66,7 +66,6 @@ int optreset; #endif -/* Forward decls */ static void usage(const char *progname); typedef struct option optType;