diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-02-06 12:09:20 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-02-06 12:09:20 -0500 |
commit | 96abd81744a90511b7cae9299e589412ce1897c9 (patch) | |
tree | 7686530f6802d48b7bcab3425d1c92d9b04de946 /src | |
parent | 0c88086df3f79ff48d09440d96be17f3307017ed (diff) | |
download | postgresql-96abd81744a90511b7cae9299e589412ce1897c9.tar.gz postgresql-96abd81744a90511b7cae9299e589412ce1897c9.zip |
Remove dead declaration.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/pg_backup_archiver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup_archiver.h b/src/bin/pg_dump/pg_backup_archiver.h index 083a65b9754..3b221bb7095 100644 --- a/src/bin/pg_dump/pg_backup_archiver.h +++ b/src/bin/pg_dump/pg_backup_archiver.h @@ -102,7 +102,6 @@ typedef z_stream *z_streamp; struct _archiveHandle; struct _tocEntry; -struct _restoreList; typedef void (*ClosePtr) (struct _archiveHandle * AH); typedef void (*ReopenPtr) (struct _archiveHandle * AH); |