]> granicus.if.org Git - postgresql/commitdiff
Remove dead declaration.
authorRobert Haas <rhaas@postgresql.org>
Mon, 6 Feb 2012 17:09:20 +0000 (12:09 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 6 Feb 2012 17:09:20 +0000 (12:09 -0500)
src/bin/pg_dump/pg_backup_archiver.h

index 083a65b97541e5d724c71987aff35b5f729baf22..3b221bb7095e33bd45c76385e0b4633ded7306df 100644 (file)
@@ -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);