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 _tocEntry;
struct _restoreList;
typedef void (*ClosePtr) (struct _archiveHandle * AH);
typedef void (*ReopenPtr) (struct _archiveHandle * AH);