diff --git a/src/bin/pg_dump/pg_backup_archiver.h b/src/bin/pg_dump/pg_backup_archiver.h
index 083a65b97541e5d724c71987aff35b5f729baf22..3b221bb7095e33bd45c76385e0b4633ded7306df 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);