projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c88086
)
Remove dead declaration.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 6 Feb 2012 17:09:20 +0000
(12:09 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 6 Feb 2012 17:09:20 +0000
(12:09 -0500)
src/bin/pg_dump/pg_backup_archiver.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_archiver.h
b/src/bin/pg_dump/pg_backup_archiver.h
index 083a65b97541e5d724c71987aff35b5f729baf22..3b221bb7095e33bd45c76385e0b4633ded7306df 100644
(file)
--- 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);