1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Remove dead declaration.

This commit is contained in:
Robert Haas
2012-02-06 12:09:20 -05:00
parent 0c88086df3
commit 96abd81744

View File

@ -102,7 +102,6 @@ typedef z_stream *z_streamp;
struct _archiveHandle; struct _archiveHandle;
struct _tocEntry; struct _tocEntry;
struct _restoreList;
typedef void (*ClosePtr) (struct _archiveHandle * AH); typedef void (*ClosePtr) (struct _archiveHandle * AH);
typedef void (*ReopenPtr) (struct _archiveHandle * AH); typedef void (*ReopenPtr) (struct _archiveHandle * AH);